tips
tips copied to clipboard
Most commonly used git tips and tricks.
Add Mirroring a repository
I'm unsure how to install on Cygwin as that uses pact and not npm...any suggestions?
Hi there, The following could be misleading to a novice in GIT: git fetch origin && git reset --hard origin/master && git clean -f -d Perhaps this one would suffice:...
Failed at the [email protected] postinstall script 'wget https://raw.githubusercontent.com/git-tips/tips/master/tips.json -O tips.json'.
http://git.io/vfhol returns a redirect. That could be solved with `curl -L`. However, for something that goes into the bash profile, I think that it is a good thing to download...
Hi, From what I can see, there is no tip talking about rewriting the commit history (authors, messages, dates), which is done with the `git-filter-branch` command. This command is really...
I have a tip which only becomes productive when configured as an alias. Should I submit it? My tip: http://stackoverflow.com/questions/43607504/how-to-create-topic-branch-with-a-correspondingly-configured-remote-tracking-bra/43620068#43620068
When you leave for the day and come back next day without much clue in what you did the day before. Or when you finish something and don't come back...