> On Feb 10, 2015, at 12:11 PM, David T. <sunfis...@yahoo.com> wrote:
> 
> Everyone,
> 
> Thanks for the help. I have a lot of information to digest now, so I'm sure 
> I'll be back in a month or so... ;)
> 
> FWIW, I know that I am not going to be pushing to gnucash-docs; I didn't know 
> how to get around the fact that I am "ahead" of the repository...
> 

Make a branch with your changes. The easiest way is to rename the current 
branch and then make a new maint or master, whichever you’re currently on:
  git branch rename foo mybranch #Where foo is either maint or master
  git branch -t origin/foo foo #If you’ve already renamed your remotes, then 
you probably want to track upstream/master instead of origin/foo

Regards,
John Ralls


_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to