Well, the same happens after updates of original repository. If I try 'git log' I see only old commits that happen more than a week ago.
After reading some forums, I've tried to set upstream git remote add upstream https://git.gitorious.org/~ridiculousfish/fish-shell/fishfish.git and then git merge --ff-only upstream/master or git pull --all But again, I do not have latest commits. Maxim On Wed, 06 Jun 2012 02:57:04 +0400, Jan Kanis <[email protected]> wrote: > That means your local git repo has everything from fishfish already in > it. > After that try pushing those changes to your maxfl repo: > $ git push [email protected]:~maxfl/fish-shell/maxfl-fishfish.git > > > On Tue, Jun 5, 2012 at 2:07 PM, Maxim Gonchar <[email protected]> wrote: > >> Yes, I've tried it. >> >> Here is the output. >> >>> git pull https://git.gitorious.org/~**ridiculousfish/fish-shell/** >>> fishfish.git<https://git.gitorious.org/%7Eridiculousfish/fish-shell/fishfish.git> >>> >> From >> https://git.gitorious.org/~**ridiculousfish/fish-shell/**fishfish<https://git.gitorious.org/%7Eridiculousfish/fish-shell/fishfish> >> * branch HEAD -> FETCH_HEAD >> Already up-to-date. >> >> It does nothing. Probably the point is that non-master branch is used. >> Is there a way to specify which branch to pull? >> >> Maxim >> >> >> On Tue, 05 Jun 2012 15:48:28 +0400, Jan Kanis <[email protected]> >> wrote: >> >> I'm not a git expert, but the idea would be to git pull >> ridiculousfish's >>> changes to your local repo, and the git push them to your maxfl repo. >>> The >>> push is probably something like "git push >>> [email protected]:~maxfl/fish-**shell/maxfl-fishfish.git >>> master". You can find the exact push url on the gitorious page of your >>> repo, and also instructions on how to push/pull it. >>> >>> On Tue, Jun 5, 2012 at 12:24 PM, Maxim Gonchar <[email protected]> >>> wrote: >>> >>> Hi, >>>> >>>> I've a question to the git experts. >>>> On the gitorious I've cloned ridiculous/fish-shell/fishfish >>>> repository to >>>> my account maxfl/fish-shell/maxfl-**fishfish. >>>> Then I've cloned the remote clone of ridiculous/fish-shell on my local >>>> computer. >>>> In this situation 'git pull' command updates the local repository from >>>> the >>>> remote one. But how can I get the latest ridiculous/fish-shell commits >>>> to be in maxfl/fish-shell/maxfl-**fishfish? >>>> >>>> thanks in advance. >>>> >>>> Maxim >>>> >>>> >>>> ------------------------------**------------------------------** >>>> ------------------ >>>> Live Security Virtual Conference >>>> Exclusive live event will cover all the ways today's security and >>>> threat landscape has changed and how IT managers can respond. >>>> Discussions >>>> will include endpoint security, mobile security and the latest in >>>> malware >>>> threats. >>>> http://www.accelacomm.com/jaw/**sfrnl04242012/114/50122263/<http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/> >>>> ______________________________**_________________ >>>> Fish-users mailing list >>>> [email protected].**net <[email protected]> >>>> https://lists.sourceforge.net/**lists/listinfo/fish-users<https://lists.sourceforge.net/lists/listinfo/fish-users> >>>> ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
