Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

howto: fix issue with commiting .idea dir #2

Open
johnykov opened this issue Sep 16, 2015 · 1 comment
Open

howto: fix issue with commiting .idea dir #2

johnykov opened this issue Sep 16, 2015 · 1 comment

Comments

@johnykov
Copy link

Hi, I've seen your youtube video, I like your project and way you talk about go, good job!
I can help you with git.
This should be applied to each branch:

  1. git rm -r --cached .idea
  2. add ".idea" and "*.iml" to .gitignore file
  3. commit those above

It is a good practise NOT to commit .idea directory to git project ;)

@imroc
Copy link

imroc commented Jul 29, 2016

same feeling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants