Skip to content

Instantly share code, notes, and snippets.

@hiroyuki-sato
Created April 6, 2014 04:25
Show Gist options
  • Save hiroyuki-sato/10001545 to your computer and use it in GitHub Desktop.
Save hiroyuki-sato/10001545 to your computer and use it in GitHub Desktop.
Forkしたbuild-isoの内容を最新に同期する方法

Forkしたbuild-isoの内容を最新に同期する方法

git clone https://github.com/hiroyuki-sato/build-iso.git
cd build-iso

git remote add upstream https://github.com/vyos/build-iso.git
git fetch upstream
git merge --ff upstream/helium 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment