Hi,
On Tue, 10 Feb 2009, javier.martinc@alumnos.unican.es wrote:
And have started developing and creating a new branch with several commits:
git checkout -b visstrim v2.6.22
Then I would like to push my new branch to the remote server:
git push --all origin
Fetching remote heads...
refs/
refs/tags/
refs/heads/
'refs/heads/visstrim': up-to-date
Why does it say "up-to-date"? Maybe it is?
'refs/heads/master': up-to-date
But then I do:
git branch -r
origin/HEAD
origin/master
Probably a "git fetch" solves the issue.
Yes, http-push has been neglected.
Ciao,
Dscho