gnucash-htdocs local: Multiple changes pushed

Geert Janssens janssens-geert at telenet.be
Sun Dec 29 08:37:08 EST 2013


On Saturday 28 December 2013 22:47:48 Frank H. Ellenberger wrote:
> As the name intends, it should never be published. I am even wondering
> how and where it survived several reset --hard and other stuff. git
> branch doesn't show me a branch local.
> 
> Now I tried:
> git push upstream :local
> Enter passphrase for key '/home/frank/.ssh/id_rsa':
> remote: fatal: Invalid revision range
> e4a1160091014b26c5e0ab573cf4852671d76c77..0000000000000000000000000000
> 000000000000 remote: fatal: Invalid revision range
> e4a1160091014b26c5e0ab573cf4852671d76c77..0000000000000000000000000000
> 000000000000 remote: *** Push refs to origin (usually github)...
> remote: Everything up-to-date
> remote: Everything up-to-date
> To ssh://git@code.gnucash.org/gnucash-htdocs
>   - [deleted]         local
> 
> But it seems still to be there.
> I am still trying to remember how to work with git. I stopped using it
> a few years ago as too geeky.
> 
> ~Frank

Frank,

I found the local branch was removed successfully from the git repository at code.gnucash.org 
(our master repository). However it was still available in the repository on github.

That's actually to be expected if I consider how code synchronizes to github. For each push it 
receives, code runs a git push --all to push the same changes to github. However that 
command will never remove branches.

I have removed the local branch directly from github. As admin I can work directly on that repo. 
A dangerous power ;)

Lastly, the errors you see when you push come from the mail script in my opinion and can be 
ignored.

Geert


More information about the gnucash-devel mailing list