AP CS A > Git Commands > Flashcards
git clone
Adds a repository
git pull
Brings changes to your local repository
git add
Adds any files that will be included in a commit
git commit
Save your changes made in files
git push
Pushes changes to your remote repository