The github repository for this script -> Script
Hey there fellow coders! 🚀
Ever found yourself doing the same repetitive git commands every ti...
Some comments have been hidden by the post's author - find out more
For further actions, you may consider blocking this person and/or reporting abuse
Seem good but if you can add chatgpt to review and resume to get main message is good idea ✌️😁
OMG. That's a great idea. I will make sure to implement it and once I do, I'll share the track here with y'all. Thanks for the idea @g33knoob . I really appreciate it.
tried. it works. I wonder if such sh can be added to the bash environment. That helps commanding as
git_commit_and_push
"Your commit message over here"Oh wow. This is some great stuff.
Thanks for the support!! 😁
Great idea! But rather than making it in an executable script, I'd recommend putting it in your ~/.bashrc. This makes the functions readily available as commands on your shell.
Do you know husky?
Aliases can provide quick shortcuts too, e.g.,
snyk.io/blog/10-git-aliases-for-fa...
Heres a couple more for you:
nice article, well explained and I like the proposal but I came to say I read the title as The Beatles song.. all you need is bash pa parararaa
Very good, nice and simple script that can be useful at times. I'd just change the order of the check if the branch has any change to commit. I there's no change, the commit message could be avoided.