not global nor will ever be • git command man git-command → • Branching and remote tracking • git branch –set-upstream mybranch remotes/origin/mybranch • Can't touch .git/configure!
pages? • Of course not. It's like reading the manual of a chainsaw • Why I have to do “add” every time? • To make the shell feel less lonely • Git has screwed up my code! • Yes, and my editor writes crappy one. I feel your pain.
if I don't do atleast five pushes a day • Plus, my trust toward my HDD is pretty much the same of the markets toward Italy • But I keep screwing people's work • How about branches?
code that doesn't even compile/load • You can rebase to the master • You will merge into master when ready • Nobody should build on your private branch! • Remember to delete it when done! (git push origin :my-branch)