On Mon, 2014-11-17 at 16:01 +, Emil Velikov wrote:
> On 17/11/14 15:34, Ilia Mirkin wrote:
> > On Mon, Nov 17, 2014 at 10:30 AM, Emil Velikov
> > wrote:
> >> Hi Sedat,
> >>
> >> On 15/11/14 12:50, Sedat Dilek wrote:
> >>> Cosmetics? Intended?
> >>>
> >>> $ LC_ALL=C git status
> >>> # On branc
On 17/11/14 15:34, Ilia Mirkin wrote:
> On Mon, Nov 17, 2014 at 10:30 AM, Emil Velikov
> wrote:
>> Hi Sedat,
>>
>> On 15/11/14 12:50, Sedat Dilek wrote:
>>> Cosmetics? Intended?
>>>
>>> $ LC_ALL=C git status
>>> # On branch master
>>> # Your branch is up-to-date with 'origin/master'.
>>> #
>>> no
On Mon, Nov 17, 2014 at 11:01 AM, Emil Velikov wrote:
> On 17/11/14 15:34, Ilia Mirkin wrote:
>> On Mon, Nov 17, 2014 at 10:30 AM, Emil Velikov
>> wrote:
>>> Hi Sedat,
>>>
>>> On 15/11/14 12:50, Sedat Dilek wrote:
Cosmetics? Intended?
$ LC_ALL=C git status
# On branch master
On Mon, Nov 17, 2014 at 10:30 AM, Emil Velikov wrote:
> Hi Sedat,
>
> On 15/11/14 12:50, Sedat Dilek wrote:
>> Cosmetics? Intended?
>>
>> $ LC_ALL=C git status
>> # On branch master
>> # Your branch is up-to-date with 'origin/master'.
>> #
>> nothing to commit, working directory clean
>>
>> $ LC_A
Hi Sedat,
On 15/11/14 12:50, Sedat Dilek wrote:
> Cosmetics? Intended?
>
> $ LC_ALL=C git status
> # On branch master
> # Your branch is up-to-date with 'origin/master'.
> #
> nothing to commit, working directory clean
>
> $ LC_ALL=C git checkout -b 10.4 origin/10.4
> Branch 10.4 set up to track
Cosmetics? Intended?
$ LC_ALL=C git status
# On branch master
# Your branch is up-to-date with 'origin/master'.
#
nothing to commit, working directory clean
$ LC_ALL=C git checkout -b 10.4 origin/10.4
Branch 10.4 set up to track remote branch 10.4 from origin.
Switched to a new branch '10.4'
$ L