I have GAE project in my Eclipse and I want to add it to my local git repo, how can I do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since creating a Git repo within a GAE project is possible through command line, it is possible through Egit:
Follow that Egit tutorial:
For a new repo:
But you can also add it to an existing local repo by:
.gitignorefile in it)informatik01 adds in the comment a link to a short article describing how to do it using the command line:
Adding Eclipse Project to Git