I would like to ignore the contents of the file to be uncommitted every time I make a new commit to GitHub and i want the file entry in repository
C:\Test\src\app\configs\change.json
How can we ignore the contents of the file to be unchanged?
Used .gitignore to ignore a file to be committed which is not helpful. Read about
--skip-worktree
How can I make git ignore future revisions to a file?
Would like to understand where and how this should be tested locally and on CI