1.0.0 • Published 3 years ago
supergit v1.0.0
SuperGit
Running git push to multiple repositories automatically.
Install
npm i -g supergitCommands
s command to run git status
c command to run git commit
p command to run git push
How is it different from normal Git?
So, we can run c command in any repository. Then, by typing the command p, it will automatically run git push on all the committed repositories.