ลองคำสั่งต่อไปนี้:
git commit path/to/my/file.ext -m 'my notes'
รับข้อผิดพลาดใน git เวอร์ชั่น 1.5.2.1:
error: pathspec '-m' did not match any file(s) known to git.
error: pathspec 'MY MESSAGE' did not match any file(s) known to git.
เป็นไวยากรณ์ที่ไม่ถูกต้องสำหรับไฟล์ singe หรือไดเรกทอรีที่กระทำ?
คำตอบ:คาดว่าจะมีการ โต้แย้งตามลำดับนี้ ...
git commit -m 'my notes' path/to/my/file.ext
อัพเดท:มันไม่เข้มงวดอีกต่อไป :)