Fun with Git

John Ralls jralls at ceridwen.us
Tue Feb 10 18:45:01 EST 2015


> On Feb 10, 2015, at 3:38 PM, John Ralls <jralls at ceridwen.us> wrote:
> 
> 
>> On Feb 10, 2015, at 12:11 PM, David T. <sunfish62 at 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
> 

Sorry, that first command should be
  git branch -m foo mybranch

Regards,
John Ralls





More information about the gnucash-devel mailing list