I have an ongoing Project about to finish and before publishing wanted to change the company name without rewriting the code or messing up my GitHub repository. Is that possible?
Asked
Active
Viewed 1,879 times
1 Answers
0
To change the name of your repository on GitHub, follow the instructions on their page, "Renaming a repository."
To change the name of your project in Android Studio, this Stack Overflow post might help.

Community
- 1
- 1

Nicholas J. Matiasz
- 76
- 4
-
But I want to change my company domain name of my ongoing project in Android Studio. – Mohsin Falak Feb 17 '15 at 09:49
-
Can you change the repository's name on GitHub, re-clone the repository on your machine, and start a new project in Android Studio with the new domain name? – Nicholas J. Matiasz Feb 17 '15 at 17:10