-
Fork this repository to your own organization
Click the
Fork
button on top right of this page. -
Clone the your own fork on the work machine
git clone https://github.com/<user>/fabric-deployer
-
Create a branch on your own fork
git checkout -b <newbranch>
-
Make the changes in the branch in your own fork
-
Commit and push to the branch in your own fork
git add <file list> git commit -m "<message>" git push origin <newbranch>
-
Make a pull request to the main repository from the branch in your own fork
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.