Skip to content

Instantly share code, notes, and snippets.

@neko-fire
Last active December 25, 2015 19:09
Show Gist options
  • Select an option

  • Save neko-fire/7025932 to your computer and use it in GitHub Desktop.

Select an option

Save neko-fire/7025932 to your computer and use it in GitHub Desktop.
Super git config
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = REPO_URL
[gui]
wmstate = normal
geometry = 1364x654+0+30 431 188
[user]
name = USERNAME
email = [email protected]
[push]
default = current
[color]
status = auto
branch = auto
diff = auto
ui = true
[alias]
st = status
ci = commit
br = branch
ch = checkout
df = diff
me = merge --no-ff
who = shortlog -s --
changes=diff --name-status -r
diffstat=diff --stat -r
lg = log --graph
lgp = log --pretty=oneline
re = reset --hard HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment