All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Torsten Bögershausen" <tboegi@web.de>
To: Martin Wendt <martin17@wwWendt.de>, git@vger.kernel.org
Subject: Re: Cannot reset a repo
Date: Sat, 06 Dec 2014 13:14:36 +0100	[thread overview]
Message-ID: <5482F32C.40709@web.de> (raw)
In-Reply-To: <5482DA16.4080509@wwWendt.de>

On 2014-12-06 11.27, Martin Wendt wrote:
> Hi,
> 
> I am facing this problem:
> 
>   - Using git version 1.9.3 (Apple Git-50)
>   - cloned a fork from GitHub to my local machine:
> https://github.com/mar10/cdnjs/
>   - This repo seems to be broken in some way.
>     At least it is not clean from the beginning and I am not able to reset
>     `git reset --hard` only toggles the modified file from
> ".../sortable" to ".../Sortable" and back
>     (see attached screenshot)
> 
> Is this a known problem (with case sensitivity)? 
I think so
>Any suggestions how to  fix it?

Try to rename Sortable into Sortable.u:
git mv Sortable Sortable.upper
(When that does not work)
git mv sortable sortable.lower

If this is not an option, use a USB Stick, format it with HFS+ "case sensitive"
and clone the repo to the stick

  reply	other threads:[~2014-12-06 12:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-06 10:27 Cannot reset a repo Martin Wendt
2014-12-06 12:14 ` Torsten Bögershausen [this message]
2014-12-06 16:01   ` Martin Wendt
     [not found]   ` <B811B643-F86B-421E-8E2F-7D0F5235BE03@wwWendt.de>
     [not found]     ` <54842694.9030908@web.de>
2014-12-07 15:34       ` Martin Wendt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5482F32C.40709@web.de \
    --to=tboegi@web.de \
    --cc=git@vger.kernel.org \
    --cc=martin17@wwWendt.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.