Skip to content

Instantly share code, notes, and snippets.

@marianboda
Last active July 21, 2021 16:05
Show Gist options
  • Save marianboda/791e2ab7af5a83a0f97ee2a527f8c8d0 to your computer and use it in GitHub Desktop.
Save marianboda/791e2ab7af5a83a0f97ee2a527f8c8d0 to your computer and use it in GitHub Desktop.
dotfiles
[alias]
st = status -s
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
lds = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=short
le = log --oneline --decorate
set-option -g mouse on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment