On 12/17/14 4:26 AM, Emmanuel Bourg wrote:
> Le 17/12/2014 08:02, Thomas Neidhart a écrit :
>
>> when you type the following command you will see all remote branches:
>>
>> git branch -r
>>
>> to switch your local environment to this branch do the following
>>
>> git fetch # update all info
Le 17/12/2014 08:02, Thomas Neidhart a écrit :
> when you type the following command you will see all remote branches:
>
> git branch -r
>
> to switch your local environment to this branch do the following
>
> git fetch # update all information
> git checkout -b MATH-1153 origin/MATH-
Le 17/12/2014 11:32, sebb a écrit :
> It would be helpful to add such info to the Commons Git docs
Sure.
Can someone add me to the contributors group on the Commons Wiki?
My wiki user name is LucMaisonobe.
thanks in advance,
Luc
>
> On 17 December 2014 at 07:02, Thomas Neidhart
> wrote:
>> O
It would be helpful to add such info to the Commons Git docs
On 17 December 2014 at 07:02, Thomas Neidhart wrote:
> On 12/17/2014 05:10 AM, Phil Steitz wrote:
>> I am lost here. Sorry I am still git-newbie. I see no subsequent
>> commit message showing this change has been backed out, but it lo
On 12/17/2014 05:10 AM, Phil Steitz wrote:
> I am lost here. Sorry I am still git-newbie. I see no subsequent
> commit message showing this change has been backed out, but it looks
> to me like HEAD has it reverted. Is that right? If so, why no
> subsequent notification? And how can I get and
I am lost here. Sorry I am still git-newbie. I see no subsequent
commit message showing this change has been backed out, but it looks
to me like HEAD has it reverted. Is that right? If so, why no
subsequent notification? And how can I get and re-apply the changes
below so I can do some testing