Horje
how to add filer to git ignore Code Example
git ignore not saving changes
git rm -rf --cached .
git add .
how to add filer to git ignore
go to the gitignore file, add the name of the file to ignore
gitignore a specific file
$ echo debug.log >> .gitignore $ git rm --cached debug.log rm 'debug.log' $ git commit -m "Start ignoring debug.log" 




Shell

Related
limit image size on github Code Example limit image size on github Code Example
install vagrant ubuntu Code Example install vagrant ubuntu Code Example
apt install youtube-dl Code Example apt install youtube-dl Code Example
linux wget command Code Example linux wget command Code Example
npm windows error Code Example npm windows error Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11