Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fedemzcor/22a981d1390227d9693eb2cc0175e57d to your computer and use it in GitHub Desktop.
Save fedemzcor/22a981d1390227d9693eb2cc0175e57d to your computer and use it in GitHub Desktop.

Revisions

  1. @paulallies paulallies revised this gist Jul 22, 2014. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    #add 'node_modules' to .gitignore file

    git rm -r --cached node_modules
    git commit -m 'Remove the now ignored directory node_modules'
    git push origin master
  2. @paulallies paulallies created this gist Jul 22, 2014.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    git rm -r --cached node_modules
    git commit -m 'Remove the now ignored directory node_modules'
    git push origin master