Git version control for sub-projects

Find and share HowTos to various installations / configurations!
Search

Post Reply
4 posts • Page 1 of 1
User avatar
tmalone
Posts: 182
Joined: Mon Nov 22, 2010 11:21 pm

Git version control for sub-projects

Post by tmalone »

I think I understand the Git model for a project, but we are using a sub project which is part of 2 different base projects. How can I manage the sub project as a separate repository but yet manage it from GEDI?

I'm afraid that I really understood SVN and the documentation was great with step by step to set it up (because maybe I wrote it), but the setup and usage of a local Git Repo and a Git Hub for the team setup is NOT CLEAR. We need to help our customers as this may be their first source code management tool ever.

Any insight for using Git with GEDI would be a big help!

Todd Malone

User avatar
tmalone
Posts: 182
Joined: Mon Nov 22, 2010 11:21 pm

Re: Git version control for sub-projects

Post by tmalone »

what DIFF program are you using with Git and GEDI?

dposokhov
Posts: 2
Joined: Mon Oct 04, 2021 10:11 am

Re: Git version control for sub-projects

Post by dposokhov »

Hello. You should add all your subproject to .gitignore file. Google rule to add folder to it.

User avatar
tmalone
Posts: 182
Joined: Mon Nov 22, 2010 11:21 pm

Re: Git version control for sub-projects

Post by tmalone »

I have altered the git.ctl to allow for both the base project and the sub project to be managed by Git. In my implementation, each sub directory is a separate repo. I also extended the git menu for some more git functions for use with a remote git-hub secure server.

Post Reply
4 posts • Page 1 of 1