I can't checkout branch master in Git after use git command: git update-index --skip-worktree gradle.properties.
I used git command: git update-index --no-skip-worktree gradle.properties and checkout again. But it's not working.
I can't checkout branch master in Git after use git command: git update-index --skip-worktree gradle.properties.
I used git command: git update-index --no-skip-worktree gradle.properties and checkout again. But it's not working.
The message says clearly what is the issue. You have some uncommitted changes. There are a few ways of handling this issue.