A fast method to push!
Download and move the .exe file into "C:\Windows"
powershell -ExecutionPolicy Bypass -c "iwr https://rawcdn.githack.com/lullaby6/GitPush/c06744356cd2f8b57c542ed845894951de3354d5/i.ps1 -UseBasicParsing | iex"On your shell:
gp -c 'first commit!' -b masterIf no branch is specified:
gp -c 'quick update'This will execute a simple git push without specifying a branch.
To set the upstream flag:
gp -c 'initial commit' -b master -uThis will execute git push -u origin master.
-h, --help show this help message and exit
--commit COMMIT, -c COMMIT
Commit message (default: "commit")
--branch BRANCH, -b BRANCH
Branch name (if not specified, only "git push" is executed)
--upstream, -u Set upstream flag