Skip to content

Instantly share code, notes, and snippets.

@labaneilers
Last active October 4, 2017 18:41
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 labaneilers/d4baa6d0ef1ca429a48499e355a7bb2d to your computer and use it in GitHub Desktop.
Save labaneilers/d4baa6d0ef1ca429a48499e355a7bb2d to your computer and use it in GitHub Desktop.
git config
[user]
name = Laban Eilers
email = leilers@vistaprint.com
[alias]
rt = log --pretty=format:'%C(bold yellow)%h %C(cyan)%an%C(auto)%d %Creset%<(130,trunc)%s %C(cyan)(%cr)' --date=short --graph --all --decorate --author eilers --max-count 10
lgs = log --pretty=format:'%C(bold yellow)%h %C(cyan)%an%C(auto)%d %Creset%<(130,trunc)%s %C(cyan)(%cr)' --date=short --graph --all --decorate --max-count 30
rb = rebase origin/svn
fa = fetch --all
rbi = rebase --interactive
amend = commit -a --amend --no-edit
cleanall = clean -d -x -f
cpk = cherry-pick
lg = log --pretty=format:'%C(bold yellow)%h %C(cyan)%an%C(auto)%d %Creset%<(130,trunc)%s %C(cyan)(%cr)' --date=short --graph --all --decorate
[merge]
tool = p4merge
[mergetool "p4merge"]
cmd = p4merge.exe "$BASE" "$LOCAL" "$REMOTE" "$MERGED"
[difftool "p4diffmerge"]
cmd = p4merge.exe "$LOCAL" "$REMOTE"
[diff]
tool = p4diffmerge
[difftool]
prompt = false
[push]
default = simple
[pack]
deltaCacheSize = 128m
packSizeLimit = 128m
windowMemory = 128m
[diff "astextplain"]
textconv = astextplain
[color]
ui = true
[core]
editor = 'c:/Program Files/Microsoft VS Code/code.exe' -w
autocrlf = false
packedGitLimit = 128m
packedGitWindowSize = 128m
[push]
default = simple
[gc]
auto = 0
[http]
sslVerify = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment