Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to remove bin folder from git

$ echo "bin/" >> .gitignore
$ git add .gitignore
$ git commit -m "Added bin folder to gitignore"
$ git push origin master
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #bin #folder #git
ADD COMMENT
Topic
Name
1+7 =