jellyedwards / gitsweep

VS Code extension to allow changes files to be excluded from git (--skip-worktree, --assume-unchanged, exclude file)
19 stars 1 forks source link

Feature Request: Add assume-unchanged as well #13

Closed ahmednrana closed 2 years ago

ahmednrana commented 2 years ago

In certain cases assume unchanged is needed. If feasible please add that as well

https://stackoverflow.com/questions/13630849/git-difference-between-assume-unchanged-and-skip-worktree

jellyedwards commented 2 years ago

Hi, I've added it in the context menu in explorer:

image

the default is still --skip-worktree when you use the button in the git window.