Last active
September 27, 2023 09:35
-
-
Save jordanst3wart/f07d78217f18d0d70b91bfb349964224 to your computer and use it in GitHub Desktop.
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
[user] | |
name = fill me | |
email = [email protected] | |
[alias] | |
squash = "!f(){ git reset --soft $(git merge-base master $(git branch --show-current)) && git commit -m \"${1}\";};f" | |
update = "!f(){ git checkout master && git pull && git checkout $(git branch --show-current) && git rebase;};f" | |
[push] | |
autoSetupRemote = true | |
[pull] | |
rebase = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment