Skip to content

Instantly share code, notes, and snippets.

@mcveat
Last active June 16, 2022 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcveat/bf96ec8235a7a78b793f to your computer and use it in GitHub Desktop.
Save mcveat/bf96ec8235a7a78b793f to your computer and use it in GitHub Desktop.
alias part of my gitconfig
[alias]
st = status
ci = commit
co = checkout
lg = log -p
lsd = log --graph --decorate --pretty=oneline --abbrev-commit --all
lld = log --graph --decorate --abbrev-commit --all
s = status --short
files = log --name-status --oneline
ri = rebase -i origin/master
rc = rebase --continue
pf = push --force-with-lease origin
amend = commit --amend --no-edit
[pull]
rebase = false
[user]
name = Piotr Adamski
[fetch]
prune = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment