Skip to content

Instantly share code, notes, and snippets.

@couragecowardlydog
Created April 30, 2020 04:23
Show Gist options
  • Save couragecowardlydog/f3ad3509e8d6a59e4d703adbfcaccce3 to your computer and use it in GitHub Desktop.
Save couragecowardlydog/f3ad3509e8d6a59e4d703adbfcaccce3 to your computer and use it in GitHub Desktop.
Git Cheats
# clone
git clone https://github.com/VivekanandanS/jsonbase
# list branches
git branch -a
# switch to branch
git checkout master
# discard changes
git reset --hard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment