Skip to content

chrissns/useful-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Useful scripts

Some useful scripts

Remove pushed file from git

git rm -r --cached .
git add .
git commit -m "Removed ignored files."

About

Some useful scripts

Resources

Stars

Watchers

Forks