Skip to content

Instantly share code, notes, and snippets.

@karlis
Last active April 6, 2021 12:51
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 karlis/270b9c778a91b2add4c64c7ccb01cb58 to your computer and use it in GitHub Desktop.
Save karlis/270b9c778a91b2add4c64c7ccb01cb58 to your computer and use it in GitHub Desktop.
gitconfig
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[user]
name = Karlis Lukstins
email = karlis@lukstins.com
[alias]
b = !git branch
back = !git reset head^
s = !git status
d = !git diff
fu = !git commit --fixup
l = !git log
amend = !git commit --amend --no-edit
p = !git push
co = !git checkout
r = !git rebase
ri = !git rebase -i --autosquash
rh = !git reset --hard
cp = !git cherry-pick
bd = !git b -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment