Skip to content

Instantly share code, notes, and snippets.

View Saracevas's full-sized avatar
🎈
HTML Programmer

Sylvester Saracevas

🎈
HTML Programmer
View GitHub Profile
@Saracevas
Saracevas / .gitconfig
Last active July 1, 2019 09:27
Git Config Aliases
[alias]
shorty = status --short --branch
please = push --force-with-lease
merc = merge --no-ff
grog = log --graph --abbrev-commit --decorate --all --format=format:\"%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(dim white) - %an%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n %C(white)%s%C(reset)\"
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
co = checkout
br = branch
ci = commit
st = status