Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 184 Bytes

File metadata and controls

7 lines (7 loc) · 184 Bytes

git checkout -b branch name
git add -p
git commit -p
git commit --amend
git push origin your branch git branch -D branch name git log --oneline --graph --decorate --all