Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 420 Bytes

git.org

File metadata and controls

19 lines (15 loc) · 420 Bytes

Git

Working with branches

Delete remote branch

git push origin –delete branchName

Create remote branch from local

git push -u origin localBranchName:remoteBranchName

Bisecting

git bisect start git bisect bad git bisect good rev git bisect bad git bisect good …. git bisect reset