From: Ondrej P. <ond...@gm...> - 2015-07-23 23:22:59
|
git checkout master # to be sure you are on the local master branch git pull upstream master # git fetch and git merge upstream/master in one command On Fri, Jul 24, 2015 at 12:13 AM, Daniel Povey <dp...@gm...> wrote: > I'm sure someone on this list will be able to answer this easily, > Suppose I have my own clone of kaldi-asr/kaldi.git at Sourceforge, as > danielpovey/kaldi.git, and have checked it out using > git clone gi...@gi...:/danielpovey/kaldi.git > Suppose I then set the official kaldi-asr as the upstream, by doing > git remote add upstream gi...@gi...:/kaldi-asr/kaldi.git > so that > git remote -vv > shows me > git remote -vv > origin gi...@gi...:/danpovey/kaldi.git (fetch) > origin gi...@gi...:/danpovey/kaldi.git (push) > upstream gi...@gi...:/kaldi-asr/kaldi.git (fetch) > upstream gi...@gi...:/kaldi-asr/kaldi.git (push) > > Then how do I merge changes from the upstream? > We should have instructions on this somewhere. > Dan > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Kaldi-developers mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-developers > > -- Ondřej Plátek, +420 737 758 650, skype:ondrejplatek, ond...@gm... |