Skip to content

Instantly share code, notes, and snippets.

@cozzin
Last active August 16, 2020 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cozzin/53e35a7d35de46adf627ded4b1ad64f1 to your computer and use it in GitHub Desktop.
Save cozzin/53e35a7d35de46adf627ded4b1ad64f1 to your computer and use it in GitHub Desktop.
[Git] gitignore 기준으로 다시 트래킹 하기
git rm -r --cached .
git add .
git commit -am 'refresh git tracking'
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment