Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 521 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 521 Bytes

git-shell-management

git shell management help you push and commit your code in two origin with in command .

git shell management

how it work

  1. copy dir shell in your root directory project
  2. adding main origin to commit.sh : origin
  3. adding second origin to commit.sh : origin-gitlab
  4. 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