git shell management help you push and commit your code in two origin with in command .
- copy dir shell in your root directory project
- adding main origin to commit.sh : origin
- adding second origin to commit.sh : origin-gitlab
- then run command :
this command commit and push automaticlly :
bash ./shell/commit.sh "your message" update master
this command push only :
bash ./shell/push.sh master