Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
[#38][#17] Some more useful git things
Browse files Browse the repository at this point in the history
  • Loading branch information
caprenter authored and Bjwebb committed Nov 17, 2016
1 parent faf31ee commit 8807234
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ we want to collect - e.g. the different ways of identifying a commit
- tags, branches, HEAD~2, hash, short hash 0 for use with the git diff
etc.

### Push to 2 remotes at once

http://stackoverflow.com/questions/14290113/git-pushing-code-to-two-remotes#answer-14290145

`git remote set-url --add`

### git blame a diff

See https://github.com/dmnd/git-diff-blame and http://stackoverflow.com/questions/5098256/git-blame-prior-commits

## Flow chart of steps if you mess up git commits

http://justinhileman.info/article/git-pretty/
Expand Down

0 comments on commit 8807234

Please sign in to comment.