Skip to content

Instantly share code, notes, and snippets.

@tos-kamiya
Created August 30, 2020 18:35
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 tos-kamiya/1804b90ea604046e40337598a5b768d8 to your computer and use it in GitHub Desktop.
Save tos-kamiya/1804b90ea604046e40337598a5b768d8 to your computer and use it in GitHub Desktop.
.gitconfig
[alias]
unstage = reset HEAD
shortlogt = log --reverse --date=short --pretty=format:'[%ad] %h %an : %s %d'
[pull]
ff = only
[user]
email = kamiya@mbj.nifty.com
name = Toshihiro Kamiya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment