Skip to content

Instantly share code, notes, and snippets.

@nsrau
Last active October 14, 2020 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nsrau/efe3c55ed70f688b72dda2f501f78052 to your computer and use it in GitHub Desktop.
Save nsrau/efe3c55ed70f688b72dda2f501f78052 to your computer and use it in GitHub Desktop.
[core]
editor = code --wait
pager =
[push]
followTags = true
[alias]
c = !git add --all && git commit -m
s = !git status -s
l = !git log --pretty=format:'%C(blue)%h%C(red)%d %C(white)%s - %C(cyan)%cn, %C(green)%cr'
amend = !git add --all && git commit --amend --no-edit
count = !git shortlog -s --grep
g-edit = !git config --global -e
u-prune = !git remote update origin --prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment