git error?

View: New views
2 Messages — Rating Filter:   Alert me  

git error?

by Tirumurti Vasudevan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

why do i keep getting this msg?

----
4542 translated messages, 10 fuzzy translations, 2 untranslated messages.
drtv@narayana:~/git/evolution/po$ git commit ta.po -m "Added Tamil translation"
[master 9f955cf] Added Tamil translation
 1 files changed, 488 insertions(+), 454 deletions(-)
drtv@narayana:~/git/evolution/po$ git push
warning: You did not specify any refspecs to push, and the current remote
warning: has not configured any push refspecs. The default action in this
warning: case is to push all matching refspecs, that is, all branches
warning: that exist both locally and remotely will be updated.  This may
warning: not necessarily be what you want to happen.
warning:
warning: You can specify what action you want to take in this case, and
warning: avoid seeing this message again, by configuring 'push.default' to:
warning:   'nothing'  : Do not push anything
warning:   'matching' : Push all matching branches (default)
warning:   'tracking' : Push the current branch to whatever it is tracking
warning:   'current'  : Push the current branch
Counting objects: 7, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 4.94 KiB, done.
Total 4 (delta 3), reused 0 (delta 0)
To ssh://vasudeven@.../git/evolution
   7dd6b50..9f955cf  master -> master
drtv@narayana:~/git/evolution/po$
---

--
My blogs: [all in Tamil]
http://anmikam4dumbme.blogspot.com/
http://chitirampesuthati.blogspot.com/ photo blog now with english text too!
http://kathaikathaiyaam.blogspot.com/

BE HAPPY! LIFE IS TOO SHORT TO BE UNHAPPY!
_______________________________________________
gnome-i18n mailing list
gnome-i18n@...
http://mail.gnome.org/mailman/listinfo/gnome-i18n

Re: git error?

by Rodrigo Flores-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Nov 2, 2009 at 12:48, Tirumurti Vasudevan <agnihot3@...> wrote:
> why do i keep getting this msg?
Try using the branch and where you want to commit.

$ git push where branch

Examples:
(origin normally is the Gnome git server)

$ git push origin master
$ git push origin gnome-2-28
$ git push ssh://foo@bar:git-dir my_branch

>
> ----
> 4542 translated messages, 10 fuzzy translations, 2 untranslated messages.
> drtv@narayana:~/git/evolution/po$ git commit ta.po -m "Added Tamil translation"
> [master 9f955cf] Added Tamil translation
>  1 files changed, 488 insertions(+), 454 deletions(-)
> drtv@narayana:~/git/evolution/po$ git push
> warning: You did not specify any refspecs to push, and the current remote
> warning: has not configured any push refspecs. The default action in this
> warning: case is to push all matching refspecs, that is, all branches
> warning: that exist both locally and remotely will be updated.  This may
> warning: not necessarily be what you want to happen.
> warning:
> warning: You can specify what action you want to take in this case, and
> warning: avoid seeing this message again, by configuring 'push.default' to:
> warning:   'nothing'  : Do not push anything
> warning:   'matching' : Push all matching branches (default)
> warning:   'tracking' : Push the current branch to whatever it is tracking
> warning:   'current'  : Push the current branch
> Counting objects: 7, done.
> Delta compression using up to 2 threads.
> Compressing objects: 100% (4/4), done.
> Writing objects: 100% (4/4), 4.94 KiB, done.
> Total 4 (delta 3), reused 0 (delta 0)
> To ssh://vasudeven@.../git/evolution
>   7dd6b50..9f955cf  master -> master
> drtv@narayana:~/git/evolution/po$
> ---
>
> --
> My blogs: [all in Tamil]
> http://anmikam4dumbme.blogspot.com/
> http://chitirampesuthati.blogspot.com/ photo blog now with english text too!
> http://kathaikathaiyaam.blogspot.com/
>
> BE HAPPY! LIFE IS TOO SHORT TO BE UNHAPPY!
> _______________________________________________
> gnome-i18n mailing list
> gnome-i18n@...
> http://mail.gnome.org/mailman/listinfo/gnome-i18n
>



--

"A critical section of code is like a bathroom. Only one person is
allowed inside at once.

Iker Gondra, Operating Systems
St. Francis Xavier University, Antigonish, NS"

===================
Rodrigo L. M. Flores
Computer Science Student - IME - USP
Homepage (en): http://www.rodrigoflores.org
Blog (pt-BR): http://blog.rodrigoflores.org
Linux User # : 351304
Jabber: im@...
_______________________________________________
gnome-i18n mailing list
gnome-i18n@...
http://mail.gnome.org/mailman/listinfo/gnome-i18n