Daily Shaarli

All links of one day in a single page.

July 27, 2015

L'église abandonnée en forme de canard

coin coin

git - Send a pull request on GitHub for only latest commit - Stack Overflow

git remote add upstream <git repository>
git checkout -b upstream upstream/master
git cherry-pick <SHA hash of commit>
git push origin upstream