How to change the Ionic project RootFolder Name?

I am new to phonegap. I am using Git version Control. I use cordova 3.5.0 version. My problem is that, In git I have created a new repository name mobileDev. Now I have created a new Ionic Phonegap project. While creating the project using CLI it has asked the packageName and the project name. I have given the project name as AccGuruMain. Now, When I checkout the newly created project from GIT, the rootFoler name is mobileDev. But, after importing the same project into eclipse ADT, the Project RootFolder name was AccGuruMain. My questions are:

1) From where the eclipse is picking up the name AccGuruMain?

2) How can I rename it?