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

Commit

Permalink
[#37][#17] Some more useful git things
Browse files Browse the repository at this point in the history
  • Loading branch information
caprenter committed Oct 24, 2016
1 parent 40f17cd commit 2854d48
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ 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`


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

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

0 comments on commit 2854d48

Please sign in to comment.