I hereby claim:
- I am totocaster on github.
- I am totocaster (https://keybase.io/totocaster) on keybase.
- I have a public key whose fingerprint is CAD9 42FE 17F3 1FF5 670C C26C D5E6 155F DAA7 DF16
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
{ | |
"added_words": | |
[ | |
"blogs", | |
"blog", | |
"podcast", | |
"microblog", | |
"microblogging", | |
"smartwatches", | |
"microcontrollers", |
[alias] | |
ci = commit | |
co = checkout | |
st = status | |
lg = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(blue)%h%C(reset) - %C(green)%ar%C(reset) %C(black)%s%C(reset) %C(dim black)[%an]%C(reset)%C(red)%d%C(reset)' --all # git log with lot of detail and tree-view | |
ll = log --pretty=format:'%C(blue)%h%Cred%d %Creset%s%Cblue %C(dim black)[%an]%C(reset)' --decorate # short and practical version of alias.lg | |
dfl = diff --cached HEAD^ #diff last commit | |
la = "!git config -l | grep alias | cut -c 7-" # list of all aliases, just to remember them all |