Skip to content

Instantly share code, notes, and snippets.

@l3lake
Forked from fideloper/.gitconfig
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save l3lake/04a17b54d8d64eafdaaf to your computer and use it in GitHub Desktop.

Select an option

Save l3lake/04a17b54d8d64eafdaaf to your computer and use it in GitHub Desktop.
[user]
name = Blake
email = Email
[color]
ui = true
[github]
user = l3lake
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[alias]
#Basic
st = status -sb
co = checkout
#Flow
fs = flow feature start
ff = flow feature finish
#Infoz
count = shortlog -sn
df = diff --color
wdf = diff --word-diff --color
fdf = diff --name-only --color
br = branch -a
sh = show --pretty=format: --name-only
#Log
last = log -1 HEAD
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
#Push/pull/commit
pdev = push origin develop
udev = pull origin develop
amend = commit --amend
cm = commit
cmm = commit -m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment