News
Feed all news
Create a news
Something else here
Category
One more separated link
Learn English
Homepage
Idioms
Phrasal Verb
Vocabulary
English Grammars In Use
Projects
About
Contact
Link
Dropdown
Action
Another action
Something else here
Separated link
Login
Track and untrack changes in a specific file in git
Created by Tung NGUYEN on 2016-03-02 16:39:54
Last modified on 2016-03-03 10:26:51
Chúng ta muốn track/untrack một hay nhiều file nào đó để cho git bỏ qua hoặc cập nhật trong index:
Untrack
git update-index --assume-unchanged path/to/file
Track:
git update-index --no-assume-unchanged path/to/file
Xem thêm ở đây:
github - Untrack files from git - Stack Overflow
Category:
Todos
Tags: 6
© 2013 - 2026
.
Tung NGUYEN
.
Using CI version:
3.0.2
| Page rendered in
0.0031
seconds.