On Feb 4, 2015, at 7:29 PM, John DeSoi desoi@pgedit.com wrote:
$ git mv Info.plist info.plist fatal: destination exists, source=pgEdit.tmbundle/Info.plist, destination=pgEdit.tmbundle/info.plist
Do I have to delete it first and add it again?
No, I expect you can just do
$ git mv Info.plist foo.plist $ git mv foo.plist info.plist
You have to work around the fact that your file system is case-insensitive, that's all (so that Info.plist and info.plist are seen as identical). m.
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 8! http://shop.oreilly.com/product/0636920034261.do iOS 7 Fundamentals! http://shop.oreilly.com/product/0636920032465.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html