Thursday, 15 March 2012

Overlook modified files in git? -



Overlook modified files in git? -

can tell git ignore tracked files shouldn't touch? changes them should protected getting repository default actions; , beingness reset default checkout --hard not desired. currently, have shut downwards ide, re-create away files, restore original versions, git work , restore saved files , start ide again. isn't handy.

i have repo contains application or workbench configuration. since on desktop things little different, files differ. git ignore changes files upon commit or status; skip these explicitly named files when there need overwrite them if not specially instructed.

git stash

seems no option, because stashes all changes, cannot list files kept aside. if could, wouldn't handy, because before every action have stash manually greater number of files , unstash 1 time again create application work again.

symlinks aren't alternative because work on windows.

try git update-index --assume-unchanged <files>. remember utilize --no-assume-unchanged flag create git check changes again. more in documentation.

git

No comments:

Post a Comment