Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 230 Bytes

git.org

File metadata and controls

8 lines (8 loc) · 230 Bytes

Case Senstive

Windows and MacOSX are case-insenstive, Linux is case-senstive

Amend the last commit

git commit –amend -m “”

push to a remote branch

git push -u origin branch

delete a branch

git branch -d <branch name>