CannotCode1 capak07 mmyronen
- Learned about different working stages -> workspace, staging, local repo, remote repo.
- Learned how to switch to different branches
- Learned how to push local repository content to a remote repository use push command
- Learned how to add files and then commit them using -a commit
- Learned about how a HEAD can become detached if not careful
<br/>
Done by Justin Arthaud-Berthet Sueur (CannotCode1) - Learned how to revert and reset commits
- Learned how to change commit message
<br/>
Done by Atharav Kadam (capak07)
- learned about creating a remote repository in GitHub to share our local repository
- learned about creating a remote repository in GitHub for others to clone
- learned how to pull/push
- learned that pull command is really a combination of fetch and merge
- learned that –in markdown, sections start with a pound-sign
<br/>
Done by Maryna Myronenko (mmyronen) - Learned how to merge branches
- Learned how to fetch and push commits
<br/>
Done by Atharav Kadam (capak07)