Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created May 21, 2013 14:58
Show Gist options
  • Save pbrewczynski/5620462 to your computer and use it in GitHub Desktop.
Save pbrewczynski/5620462 to your computer and use it in GitHub Desktop.
git checkout [-q] [-f] [-m] [<branch>]
git checkout [-q] [-f] [-m] [--detach] [<commit>]
git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>...
git checkout [-p|--patch] [<tree-ish>] [--] [<paths>...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment