Skip to primary content

Stepan Suvorov Blog

Release 2.0

Stepan Suvorov Blog

Main menu

  • Home
  • shell tricks
  • Subscribe
  • I use
  • me

Post navigation

← Previous Next →

How to update the git fork

Posted on 09.07.14 by Stepan

[bash]
git remote add upstream https://github.com/whoever/whatever.git
git fetch upstream
git checkout master
git rebase upstream/master
[/bash]

This entry was posted in Хочу сделать мир лучше and tagged git, git-fork by Stepan. Bookmark the permalink.
Proudly powered by WordPress