Re: [Libmesh-devel] git noob

2012-12-13 Thread David Knezevic
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

Re: [Libmesh-devel] git noob

2012-12-13 Thread Roy Stogner
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

[Libmesh-devel] git noob

2012-12-13 Thread David Knezevic
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

Re: [Libmesh-devel] libMesh now on GitHub!

2012-12-13 Thread John Peterson
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