Skip to content

Instantly share code, notes, and snippets.

@sjvrijn
Created June 13, 2022 08:37
Show Gist options
  • Save sjvrijn/27e9f82e317d6b245e69d90c9d545a53 to your computer and use it in GitHub Desktop.
Save sjvrijn/27e9f82e317d6b245e69d90c9d545a53 to your computer and use it in GitHub Desktop.
git aliases
git config --global alias.unstage 'reset HEAD --'
git config --global alias.lg 'log --oneline --graph --all'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment