Merge pull request #54 from sullivant/master

updated git - added branch cheat
pull/55/head
Igor Chubin 5 years ago committed by GitHub
commit 60e2e4647d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,6 +72,9 @@ git branch -D branch_name
# To make an existing branch track a remote branch
git branch -u upstream/foo
# To list all local and remote branches
git branch -a
# To see who committed which line in a file
git blame filename

Loading…
Cancel
Save