Skip to content

Instantly share code, notes, and snippets.

View SEBASCMB's full-sized avatar

Sebastian Marquez SEBASCMB

View GitHub Profile
@SEBASCMB
SEBASCMB / md
Created September 26, 2023 13:42
git-aliases.md
[alias]
# one-line log
l = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=short
a = add
ap = add -p
c = commit --verbose
ca = commit -a --verbose
cm = commit -m
cam = commit -a -m