Skip to content

Instantly share code, notes, and snippets.

View bkempner's full-sized avatar

Ben Kempner bkempner

  • Auto List
  • Austin, TX
View GitHub Profile
@bkempner
bkempner / gist:2839211
Created May 30, 2012 22:01
cherry-pick behavior
Maurices-MacBook-Pro:Projects ben$ mkdir gitfoo
Maurices-MacBook-Pro:Projects ben$ cd gitfoo/
Maurices-MacBook-Pro:gitfoo ben$ g init
Initialized empty Git repository in /Users/ben/Projects/gitfoo/.git/
Maurices-MacBook-Pro:gitfoo ben$ touch foo
echMaurices-MacBook-Pro:gitfoo ben$ echo 'foo' >> foo
Maurices-MacBook-Pro:gitfoo ben$ g c -am 'initial commit'
# On branch master
#
# Initial commit