Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Git workflow

Git workflow

r7kamura

July 26, 2012
Tweet

More Decks by r7kamura

Other Decks in Programming

Transcript

  1. checkout commit rebase commit rebase commit merge feature --no-ff master

    feature push ghe feature Use merge button on GHE
  2. $ git config push.default tracking $ git push -u origin

    feature $ git push tips 1: git push without args
  3. tips 3: .tigrc # .tigrc - thanks to kyanny-san bind

    main o !@hub browse -- commit/%(commit) bind diff o !@hub browse -- commit/%(commit) bind log o !@hub browse -- commit/%(commit) Press “O” to browse the commit in github
  4. tips 6: partial config file # ~/.gitconfig [include] path =

    .gitconfig.local # ~/.gitconfig.local [user] email = [email protected]