java - How to create just one Git repository w/ EGit for multiple existing LibGDX projects in Eclipse w/o revising the existing structure of those projects? -
i'm developing game using libgdx, , used libgdx project setup tool setup project. way structures projects in eclipse under workspace folder, there multiple projects:
- the common project
- the desktop project
- the android project
the desktop & android projects ones run launch app while common project main codes stored , used desktop & android ones.
what want egit create git repo contains 3 projects. purpose can push repository site (e.g. bitbucket) 1 machine, , pull down machine if need work on somewhere else.
how done considering need 3 projects copied 1 machine another?
put 3 project in 1 folder , push project git
Comments
Post a Comment