Skip to content

Instantly share code, notes, and snippets.

@jfranciscos4
Forked from fideloper/.gitconfig
Created May 1, 2014 23:06
Show Gist options
  • Save jfranciscos4/b0ec98e8e487f1dba733 to your computer and use it in GitHub Desktop.
Save jfranciscos4/b0ec98e8e487f1dba733 to your computer and use it in GitHub Desktop.
[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