szeptember 2014

Git

Tracked file

Tracked file skipping: git update-index --skip-worktree <file> Undo tracked file skipping: git update-index --no-skip-worktree <file> Display...

Git

Tracked fájl törlése

git rm --cached [file] A –cached opció megadásával a szintén törlődik a working tree-ből a fájl. A workspace-ből nem törlődik, így ezután nyugodtan...