Git Started!
-
git clone
-
git ls-files
-
git add
-
git commit
-
git log (--stat)
-
.gitignore
-
git remove (--cached)
-
git reset (--hard) “commit hash“
-
git checkout -- "filename"
-
git checkout "commit hash"
-
git rebase
-
git push
-
git pull