This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [Archer] Remote repository and git push command



> -----Message d'origine-----
> De?: archer@sourceware.org [mailto:archer@sourceware.org] De la part de
> Tom Tromey
> Envoyé?: jeudi 10 mars 2011 22:51
> À?: Joel Brobecker
> Cc?: Pierre Muller; archer@sourceware.org
> Objet?: Re: [Archer] Remote repository and git push command
> 
> Joel> I don't know what the policy is on the Archer branch, or whether
> Joel> there is one or not.
> 
> We don't really have one.
> 
> I don't rebase the branches I push; I do that stuff locally.
> I know others have rebased public branches, though.
> 
> I think the important consideration is whether anybody else is likely to
> be working with you on the branch.
  As I don't expect this for now, 
I tried to push my locally rebased files:

$ git push  --force
Counting objects: 59, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (35/35), done.
Writing objects: 100% (35/35), 15.75 KiB, done.
Total 35 (delta 30), reused 0 (delta 0)
remote: error: denying non-fast-forward
refs/heads/archer-muller-windows-multi (
you should pull first)
To ssh://sourceware.org/git/archer.git
 ! [remote rejected] archer-muller-windows-multi ->
archer-muller-windows-multi
(non-fast-forward)
error: failed to push some refs to 'ssh://sourceware.org/git/archer.git'

What does that mean?

Pierre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]