79827164

Date: 2025-11-22 07:05:03
Score: 1
Natty:
Report link

Switch to your new branch by using command :
git checkout x
and then command to add build file to .gitignore to untrack them from git which are currently tracked by it.
echo "build/" >> .gitignore

git rm -r --cached build/

but add actual file path at build/ which you want to untrack from git.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shantanu Patil