Skip to content

Instantly share code, notes, and snippets.

@yuriploc
Created October 15, 2019 20:37
Show Gist options
  • Save yuriploc/80e8893a69d5b2c9455826ffde2d811e to your computer and use it in GitHub Desktop.
Save yuriploc/80e8893a69d5b2c9455826ffde2d811e to your computer and use it in GitHub Desktop.
My gitconfig aliases
[user]
email = my@email.sh
name = Юрий Оливейра
[alias]
lo = log --graph --format=oneline --abbrev-commit
loa = !git lo --all
lol = log --graph --format='%C(auto)%h%d %s%Creset %Cgreen(%cr)%Creset %C(cyan)<%an>%Creset'
lola = !git lol --all
co = checkout
br = branch
ci = commit
st = status
ft = fetch
pl = pull
ps = push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment