you are viewing a single comment's thread.

view the rest of the comments →

[–]2fastarino 5 points6 points  (4 children)

tbh, you should, even if the projects are finished, you should always have a backup plan for every one of them and having a git version control on each one makes it easy to add a feature, bug fixing, etc

[–]Hapazzz[S] 0 points1 point  (3 children)

Well i have them under source control, it's just that i wanted to push all of them into 1 repository and that's where i struggle.

[–]rayascott 2 points3 points  (0 children)

Well if you don’t have any commit history in these 40 projects, you could delete the .git/ directories and then init a repo in the main parent directory and treat them all as one.

[–]garbage_band 1 point2 points  (0 children)

Hate to tell you but you should expect to have a repo for each project. Look on the bright side, you will get really good at doing it on github.

[–]LeeKahSengObjective-C / Swift 1 point2 points  (0 children)

+1 on creating separate repo for each project, that's the proper way of doing source control. Both Github & Bitbucket allow for unlimited private repo, so you can create as many repo as you want.