Skip to content

Instantly share code, notes, and snippets.

@jjoselv
Last active September 11, 2020 07:42
Show Gist options
  • Save jjoselv/6f9cef538cc00cf6aa005e60a73b2891 to your computer and use it in GitHub Desktop.
Save jjoselv/6f9cef538cc00cf6aa005e60a73b2891 to your computer and use it in GitHub Desktop.
My git aliases
[alias]
co = checkout
br = branch
ci = commit
st = status
logp = log --decorate --oneline --graph
lg = "log --oneline --graph --date=format:'%d/%m/%Y - %H:%M' --pretty=format:'%C(auto)%h%Creset%C(auto)%d%Creset %s %C(magenta)<%ce>%Creset %C(#FFA500)%cd%Creset'"
lgy = "log --oneline --graph --date=format:'%d/%m/%Y - %H:%M' --pretty=format:'%C(auto)%h%Creset%C(auto)%d%Creset %<(50,trunc)%s %C(magenta)<%ce>%Creset %C(#FFA500)%cd%Creset'"
ds = diff --staged
dpc = "diff @^"
can = commit --amend --no-edit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment