Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 226 Bytes

git commands.md

File metadata and controls

14 lines (14 loc) · 226 Bytes

git init git add . git commit -m "" git push git pull git merge [branch] git status git log git rebase -i [commitid] git cherry-pick [commitid] git checkout [branch|commitid] git stash git stash list git stash pop