Skip to content

Instantly share code, notes, and snippets.

@netravnen
Last active March 30, 2017 12:16
Show Gist options
  • Save netravnen/bc4d176d63477c70c4b75d5bb07bafda to your computer and use it in GitHub Desktop.
Save netravnen/bc4d176d63477c70c4b75d5bb07bafda to your computer and use it in GitHub Desktop.
Short personal cheat-sheet
= GIT =
# List all git authors in open repository with name and e-mail
#
git shortlog -e -s -n
= VI =
# Replace all tabs with 2 spaces in open text file
#
:set tabstop=2 shiftwidth=2 expandtab
:retab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment