git-basics |
module:
Git Command Line Interface
Goals (Learning Objectives)
After doing this tutorial you will know how to
- Clone a git repository
- Check out git branches
- Commit changes to a local git branches
- Explain two-stage commits with the notions of working, staging and committed
- Push your commits to a remote branch on github
- Pull commits from a remote repository like github
Activities
Next Steps
Next, learn how multiple people can work simultaneously using Git.