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