Hi Robin, On Tue, Jan 29, 2008 at 10:51:53AM +0000, Robin Cornelius wrote: > I was going to try a git-reset <commit id> which i know works on a > local copy, (then clone again and redo the changes and commits) > but as alioth does not have checked out local trees this will not > work. I don't want to just start *playing* on alioth.
If you want to fix it, you can do the following in your local copy: % git reset <commit id> % # hack, change, whatever % git commit % git push <git.debian.org> +<branch>:<remote-branch> (please note the plus sign (+) in front of the branch - it will force the remote ref to be updated even if it does not fast-forward) HTH, Sebastian -- Sebastian "tokkee" Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/ Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin
signature.asc
Description: Digital signature
_______________________________________________ Pkg-phototools-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-phototools-devel
