Created
November 25, 2023 14:07
-
-
Save MarceloHBoff/b9471003f1c6fe6d72fade953216a488 to your computer and use it in GitHub Desktop.
.gitconfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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