Skip to content

Instantly share code, notes, and snippets.

@ismaail
Created March 27, 2016 17:01
Show Gist options
  • Save ismaail/f66ebd80a6905eb45f71 to your computer and use it in GitHub Desktop.
Save ismaail/f66ebd80a6905eb45f71 to your computer and use it in GitHub Desktop.
[user]
name = Jhone Doe
email = jhone@example.com
[color]
ui = auto
[alias]
logg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
st = status
co = checkout
br = branch
pushall = "!f() { git push origin $1 && git push github $1; }; f"
[core]
excludesfile = /home/ismaail/.gitignore
fileMode = false
[push]
default = current
[cola]
fontdiff = Monospace,9,-1,5,50,0,0,0,0,0
tabwidth = 4
textwidth = 72
linebreak = true
[gui]
editor = gvim
[credential]
helper = store --file=$HOME/.git-credentials
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment