เอาล่ะฉันเพิ่มไฟล์.gitattributes
ด้วยเส้นแบบนี้
*.css text
*.js text
etc...
จากนั้นฉันทำตามคำแนะนำที่http://git-scm.com/docs/gitattributes#_checking-out_and_checking-in
$ rm .git/index # Remove the index to force Git to
$ git reset # re-scan the working directory
$ git status # Show files that will be normalized
$ git add -u
$ git add .gitattributes
$ git commit -m "Introduce end-of-line normalization"
แต่ตอนนี้สำเนาการทำงานของฉันยังคงมีการคืนรถ! ฉันมีไฟล์ที่ไม่ได้ติดตามซึ่งฉันต้องการจะเก็บไว้ ฉันจะเช็คเอาต์สาขาหลักอีกครั้งด้วยไฟล์ที่ทำให้เป็นมาตรฐานได้อย่างไร
ฉันรู้ว่าไฟล์ถูกทำให้เป็นมาตรฐานในที่เก็บเพราะเมื่อฉันโคลน repo ฉันมีไฟล์ทั้งหมดที่ไม่มีการคืนค่าขนส่ง