How can I clone a CodenameOne IntelliJ project and continue working on it? -


i'm using .gitignore file recommended use codenameone projects (see blog post) , have committed project github. want retrieve project new pc , continue working on i'm having endless troubles doing it.

shai shared "quick trick" workaround involves creating new project copying relevant files clone of git it, it's not proper clone of github repo can worked on , synced remote.

so i'm asking is: what steps (and troubleshooting resouces) use ensure that:

  1. i storing right files github repo enable success
  2. the intellij project work retrieved files
  3. i can commit changes repo going forwards.

sorry, i'm bit new juggling github repos , cn1's plugin structure idea has me mystified (i tried merging new project directory has clone of github repo , cn1 plugin disabled - can't click on it)

intellij/idea codename 1 projects identical netbeans codename 1 project 1 major difference being additional idea directory. copy directory working intellij project , add gitignore. project should work.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -