Skip to content

Instantly share code, notes, and snippets.

@kkotkkio
Last active December 15, 2016 06:10
Show Gist options
  • Save kkotkkio/748d5bbf0fef2b1816ca3353a59f2df4 to your computer and use it in GitHub Desktop.
Save kkotkkio/748d5bbf0fef2b1816ca3353a59f2df4 to your computer and use it in GitHub Desktop.
This gist is the way that we are not working to ignoreed on git.
First, Open your git terminal on your project and then command line below.
#### 1
$ git rm -r --cached .
$ git add .
$ git commit -m "fixed"
Other bad situation that we can meet is to not working commited changed directory name.
This is able to do to command line below.
#### 2
$ git stash
$ git pull
$ git stash pop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment