On 12/14/2012 12:11 AM, Roy Stogner wrote:
>
> On Thu, 13 Dec 2012, David Knezevic wrote:
>
>> I'm a git noob, so I'm just trying to get started with something
>> simple... If someone could confirm that the following is sensible,
>> that'd be helpful:
>>
>> - I forked libmesh / libmesh to create d
On Thu, 13 Dec 2012, David Knezevic wrote:
> I'm a git noob, so I'm just trying to get started with something
> simple... If someone could confirm that the following is sensible,
> that'd be helpful:
>
> - I forked libmesh / libmesh to create dknez / libmesh on github, and
> cloned my fork locall
I'm a git noob, so I'm just trying to get started with something
simple... If someone could confirm that the following is sensible,
that'd be helpful:
- I forked libmesh / libmesh to create dknez / libmesh on github, and
cloned my fork locally
- In my local clone I made a remote called "upstrea
On Tue, Dec 11, 2012 at 4:10 PM, John Peterson
wrote:
This workflow is correct, but it isn't complete...
> 1.)
> 2.) git pull --rebase
> 3.) git co master
> 4.) git merge branch_name
> 5.) git push
In order for the pull --rebase request to work properly, you have to
create the branch with the