Articles

How to Un-tracking a file in GIT

Step 1: First create a .git ignore document $ touch .gitignore Step 2: add the files to be untracked in .gitignore $ nano .gitignore  (to access the file and edit) Simply add the
Read More