On Thu, Nov 4, 2010 at 6:09 PM, julien <serval2412@yahoo.fr> wrote:
Hello,
I've made changes on my repository and now when i type :
bin/g pull -r
i've got :
extensions/source/activex/main/SOActionsApproval.cpp: needs update
extensions/source/activex/main/SOComWindowPeer.cpp: needs update
extensions/source/activex/main/SODispatchInterceptor.cpp: needs update
refusing to pull with rebase: your working tree is not up-to-date
I'd like not to commit, to retrieve directly the last versions from the
repository.
I tried git pull --rebase
and i got this :
remote: Counting objects: 45, done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 22 (delta 19), reused 0 (delta 0)
Unpacking objects: 100% (22/22), done.
From git://anongit.freedesktop.org/git/libreoffice/build
d4aebb9..64b35a3 libreoffice-3-3 -> origin/libreoffice-3-3
896a77b..1a69901 master -> origin/master
First, rewinding head to replay your work on top of it...
Fast-forwarded master to 1a69901f7e888719f034812838f7841ac86cdfa3.
then the same again and i got :
Current branch master is up to date.
then i try this (found on this url
http://wiki.openembedded.net/index.php/GitPhraseBook) :
git stash
-> No local changes to save
git pull --rebase
-> Current branch master is up to date.
git stash pop
-> Nothing to apply
It must be quite simple but i don't know git at all.
you need to do the git stash/pop in the repo that actually has the
uncommitted thing. so you need to got to clone/REPO and run the git
command there
Norbert
In advance, thanks for your help
Julien.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.