push-it is a simple command-line tool written in Go that streamlines the process of pushing your code to the origin repository. Instead of manually typing git push -u origin [your-branch], you can simply execute push-it to accomplish the same task.
I created this because I use the terminal for my git operations and refuse to use VS Code, lazy git, or simple
git push. It may not be for everyone, but I like it, so why not?
git clone github.com/aliraza944/push-it
cd push-it
go build
go install
push-it