Git Started: Unlocking the World of Code and Open Source
Exclusive to First Years
Essential Git Commands
- git init – Start a new Git repository
- git clone – Clone an existing repo
- git add – Stage changes
- git commit – Save your changes
- git push – Push to a remote repository
- git pull – Pull from a remote repository