Skip to content

Instantly share code, notes, and snippets.

@jeroldhaas
Last active October 3, 2015 06:58
Show Gist options
  • Save jeroldhaas/cfce9250d076d5e2d4a9 to your computer and use it in GitHub Desktop.
Save jeroldhaas/cfce9250d076d5e2d4a9 to your computer and use it in GitHub Desktop.
Git Repository Notes / Cheats

Git Repository Notes / Cheats

Notes / command line snippets for Git

git reset --hard && git clean -xfd && git submodule foreach --recursive git reset --hard && git submodule foreach --recursive git clean -xfd && git submodule update --init --recursive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment