Skip to content

Instantly share code, notes, and snippets.

@run
Created August 22, 2012 12:23
Show Gist options
  • Save run/3425053 to your computer and use it in GitHub Desktop.
Save run/3425053 to your computer and use it in GitHub Desktop.
git命令好多,伤不起
git remote add acme git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git
git fetch acme
git branch -all
git branch acme remotes/acme/perf/core
git checkout acme
git am --skip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment