-
Notifications
You must be signed in to change notification settings - Fork 30
git cheat sheet
Jean Cavallo edited this page Jan 16, 2018
·
2 revisions
This page contains the git command that you will have to use for the training module.
git status
git diff
git checkout <branch_name>
git diff <target_branch>
git reset --hard <file_name>
git reset --hard HEAD && git clean -d -f
git add --intent-to-add modules/*