Created
February 15, 2023 03:04
-
-
Save brianfoody/6b01a4561abbfe17ffa5a5cb495402ec to your computer and use it in GitHub Desktop.
gitc
This file contains 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
# gitc "Fix - The dropdown in the bubble menu should forget its state" | |
gitc () { | |
msg=${1:-'Quick commit'} | |
git add . && git commit -m "$msg" && git push origin "$(git branch | sed -n "/\* /s///p")" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment