Skip to content

Instantly share code, notes, and snippets.

@Biacco42
Created August 28, 2017 07:51
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 Biacco42/c649f3ccd72bd124db016a0098a2f2ae to your computer and use it in GitHub Desktop.
Save Biacco42/c649f3ccd72bd124db016a0098a2f2ae to your computer and use it in GitHub Desktop.
[alias]
graph = log --graph --date-order -C -M --pretty=format:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=short
adda = add -A
addp = add -p
st = status
br = branch
co = checkout
cob = checkout -b
cm = commit -m
diffc = diff --cached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment