Skip to content

Instantly share code, notes, and snippets.

@MarceloHBoff
Created November 25, 2023 14:07
Show Gist options
  • Select an option

  • Save MarceloHBoff/b9471003f1c6fe6d72fade953216a488 to your computer and use it in GitHub Desktop.

Select an option

Save MarceloHBoff/b9471003f1c6fe6d72fade953216a488 to your computer and use it in GitHub Desktop.
.gitconfig
[alias]
s = push
l = pull
ls = !(git stash && git pull && git stash pop)
dev = !(git checkout dev && git pull)
ck = checkout
reset = reset --soft HEAD~1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment