[haiku-development] Re: Updating my Haiku "branch"

  • From: Kacper Kasper <kacperkasper@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Mon, 25 Aug 2014 01:43:13 +0200

Hi

2014-08-24 9:30 GMT+02:00 Fredrik Modéen <fredrik@xxxxxxxxx>:
> Hi
>
> I some time ago I did this clone of Haiku.
> (https://github.com/ModeenF/haiku)
> I have it local on my Haiku building image but now to my question, It's
> probably a standard GIT question but as scary GIT is and how long a GIT
> command can be I rather have the answer from some one here :)
>
> So how do I Update my clone of Haiku with that of the original Haiku
> repository? :)

git remote add upstream <link-to-haiku-repository>
git fetch upstream
# on 'master' branch
git rebase upstream/master

Kacper

Other related posts: