Skip to content

Instantly share code, notes, and snippets.

@c33k
Last active June 5, 2025 05:08
Show Gist options
  • Select an option

  • Save c33k/79bff3c26a143bbcbe70 to your computer and use it in GitHub Desktop.

Select an option

Save c33k/79bff3c26a143bbcbe70 to your computer and use it in GitHub Desktop.

Revisions

  1. c33k renamed this gist Oct 1, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. c33k created this gist Jul 15, 2015.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    //First commit any outstanding code changes, and then, run this command:
    git rm -r --cached .

    //This removes any changed files from the index(staging area), then just run:
    git add .

    //Commit
    git commit -m "Atualizando .gitignore para..."