-1

I would to move my workspace to a remote git (BitBucket) to have more control about modifications.

I have multiple projects. Should I create one repository for each project? Or can I create just one repository making commit for single projects?

I use Eclipse (egit).

Andrean
  • 313
  • 1
  • 4
  • 13
  • Possible duplicate of [Two git repositories in one directory?](https://stackoverflow.com/questions/436125/two-git-repositories-in-one-directory) – jhpratt Nov 22 '17 at 17:35
  • You should definitely create separate repositories for each project. Note that you will still have local repositories as well as the remote repos in BitBucket. – Code-Apprentice Nov 22 '17 at 17:36

1 Answers1

3

Better way is to create separate repository for separate project.

Salman Ahmed
  • 682
  • 1
  • 10
  • 24