Last active
June 5, 2025 05:08
-
-
Save c33k/79bff3c26a143bbcbe70 to your computer and use it in GitHub Desktop.
Revisions
-
c33k renamed this gist
Oct 1, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
c33k created this gist
Jul 15, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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..."