Skip to content

Instantly share code, notes, and snippets.

View hdorgeval's full-sized avatar
🏄

Henri d'Orgeval hdorgeval

🏄
  • Paris
View GitHub Profile
@hdorgeval
hdorgeval / gist:19e14fe8af1e0d7391e61a93e6d483c8
Created June 2, 2018 09:02
Contribute on inikulin/publish-please from me/publish-please
let's suppose you are a github user registered as https://github.com/me
fork publish-please from inikulin/publish-please
git clone https://github.com/me/publish-please.git
cd publish-please
git remote add upstream https://github.com/inikulin/publish-please.git
git fetch upstream
git branch --set-upstream-to=upstream/master master
-> Branch 'master' set up to track remote branch 'master' from 'upstream'.
git checkout -b pr/issue#NN
-> where NN is the issue number on inikulin/publish-please