Download Git repository
git clone
Initialize local Git repository
git init
Add files to staging area
git add
Check status of working tree
git status
Save changes to local repository
git commit
Pull latest commits from remote repository
git pull
Push local commits to remote repository
git push
by Valeri Tandilashvili
4 years ago
Git
Git & GitHub Crash Course For Beginners
1
Pro tip: use ```triple backticks around text``` to write in code fences