You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
git rm -r --cached .idea
add ".idea" and "*.iml" to .gitignore file
commit those above
It is a good practise NOT to commit .idea directory to git project ;)
The text was updated successfully, but these errors were encountered:
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:
It is a good practise NOT to commit .idea directory to git project ;)
The text was updated successfully, but these errors were encountered: