Skip to content

Instantly share code, notes, and snippets.

@trieb
Created May 29, 2017 07:31
Show Gist options
  • Save trieb/ff470ae31eaaca088b7b11115742fda3 to your computer and use it in GitHub Desktop.
Save trieb/ff470ae31eaaca088b7b11115742fda3 to your computer and use it in GitHub Desktop.
GitConfig
[user]
email = name@post.com
name = My Name
[gui]
recentrepo = C:/git
[push]
default = simple
[core]
editor = 'C:/Program Files (x86)/Notepad++/notepad++.exe' -nosession -multiInst -notabbar -noPlugin -ldiff
autocrlf = false
quotepath = off
[color]
ui = true
[log]
decorate = short
[alias]
sh = show
st = status
rb = rebase
mg = merge
mt = mergetool
ci = commit --verbose
co = checkout
br = branch
di = diff
dt = difftool
cp = cherry-pick
lol = log --graph --branches --remotes --pretty=oneline --abbrev-commit
lsh = log --graph --branches --remotes --pretty=short --abbrev-commit
g = grep --break --heading --line-number
[grep]
lineNumber = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment