Skip to content

Instantly share code, notes, and snippets.

@ericdouglas
Created December 10, 2020 09:31
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 ericdouglas/947df5b41f8cbfce2d690366a73a1031 to your computer and use it in GitHub Desktop.
Save ericdouglas/947df5b41f8cbfce2d690366a73a1031 to your computer and use it in GitHub Desktop.
.gitconfig file
[user]
email = eric.douglas.mail@gmail.com
name = Eric Douglas
[core]
editor = vim
[push]
followTags = true
[alias]
c = !git add --all && git commit -m
s = !git status -s
l = !git log --pretty=format:'%C(red)%h%C(yellow)%d %C(white)%s - %C(cyan)%cn, %C(green)%cr'
amend = !git add --all && git commit --amend --no-edit
count = !git shortlog -s --grep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment