Denemek:Birden çok dosyayı nasıl taşıyorsunuz?
git mv a.py b.py src/
ve -n bayrağını kullanma
fatal: multiple sources for the same target, source=b.py, destination=src/b.py
olsun, böylece git mv -n a.py b.py src/
bana verir gibi:
Checking rename of 'a.py' to 'src/b.py'
Checking rename of 'b.py' to 'src/b.py'
fatal: multiple sources for the same target, source=b.py, destination=src/b.py
Gerçekten mı yapıyorum aptal? Git sürümünü kullanıyorum 1.6.6.1
Herhalde ben MacPorts budala çalıştıran diyebilirim (sürüm 1.6.6.1) bir üzerinde Mac. –