Skip to content

Instantly share code, notes, and snippets.

@Jellix
Created March 10, 2020 15:30
Show Gist options
  • Save Jellix/d0567d93d23ed2a1b79498a209eb85de to your computer and use it in GitHub Desktop.
Save Jellix/d0567d93d23ed2a1b79498a209eb85de to your computer and use it in GitHub Desktop.
Git aliases
git config --global alias.compress "gc --prune=NOW --aggressive"
git config --global alias.fuck "reset --hard HEAD"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment