Re: problem with git
- From: Claude Paroz <claude 2xlibre net>
- To: gnome-i18n gnome org
- Subject: Re: problem with git
- Date: Wed, 20 May 2009 08:36:17 +0200
Le mercredi 20 mai 2009 à 11:45 +0530, Tirumurti Vasudevan a écrit :
> no end to my problems!
> ---
> drtv narayana:~$ cd git
> drtv narayana:~/git$ cd orca
> drtv narayana:~/git/orca$ git pull --rebase
> po/ta.po: needs update
> refusing to pull with rebase: your working tree is not up-to-date
That message tells you that you have non committed change in your
working tree (po/ta.po in this case). You should either:
- commit your file (git commit po/ta.po -m "<commit message>")
- reset the file to the version of the last commit (git checkout
po/ta.po)
Then the git pull -- rebase will work and you will be able to push your
changes.
Hope this helps
Claude
> drtv narayana:~/git/orca$ cd po/
> drtv narayana:~/git/orca/po$ intltool-update ta
> ................................................................................................................................ done.
> 1270 translated messages.
> drtv narayana:~/git/orca/po$
> --------------------------
> ta. po has been updated and commited but i am not able to push it.
> so i try pull --rebase and that does not work as you can see
>
> someone please help
>
> drtv
>
> _______________________________________________
> gnome-i18n mailing list
> gnome-i18n gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-i18n
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]