Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 469 Bytes

Contribute2Croment.md

File metadata and controls

28 lines (21 loc) · 469 Bytes

Contribute to Croment

Clone Dimi's repository

git clone [email protected]:DimEvil/croment.git      

Create my branch

git checkout -b anh-pages-01  

Do the changes and commit on my branch

git status
git add ...
git commit -m ''
git push origin anh-pages-01   

Do a pull requests (web, git or gh)

git request-pull gh-pages anh-pages-01
gh pr create --base my-base-branch --head my-changed-branch