git-fork – Stepan Suvorov Blog https://stepansuvorov.com/blog Release 2.0 Wed, 09 Jul 2014 18:42:08 +0000 en-US hourly 1 https://wordpress.org/?v=6.3.1 How to update the git fork https://stepansuvorov.com/blog/2014/07/how-to-update-the-git-fork/ https://stepansuvorov.com/blog/2014/07/how-to-update-the-git-fork/#respond Wed, 09 Jul 2014 18:41:49 +0000 http://stepansuvorov.com/blog/?p=1855 [bash]
git remote add upstream https://github.com/whoever/whatever.git
git fetch upstream
git checkout master
git rebase upstream/master
[/bash]

]]>
https://stepansuvorov.com/blog/2014/07/how-to-update-the-git-fork/feed/ 0