This post is basically a collection of things I think I should remember about git: setup, commands, multiple repos, more obscure options etc. Config Two things: enable colors, and make git push push the current branch to a branch of the same name (and not all the branches, which is the default). This means when [...]
↧