Q:

git status

git update-index --assume-unchanged <file>
0
git rm --cached <file>
0
git status # To see all changed files
git add -A # add all changed files
git commit -m 'Message'
git push origin <branch-name>
0

New to Communities?

Join the community