On Tue, Aug 9, 2011 at 8:55 PM, Bradley Symons
<bradley.sym...@ubcmedia.com> wrote:
> Someone in my company added a file that begins with a space, so:
>
>  test1.rb

> Of course I want this removed, any ideas who this could be done, much
> appreciated.

Run
  git rm ' test1.rb'
or if that doesn't do it then run
  git rm -f ' test1.rb'
and be happy.

Tero

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to