[git-users] Re: 2 projects share a set of files, how to set this up

2017-10-25 Thread Greg Quintana
P.S. I am using git on windows 10. On Wednesday, October 25, 2017 at 8:20:25 PM UTC-7, Greg Quintana wrote: > > I have 2 projects which share a set of verilog source files. I want to > keep these files identical in both projects. I think I need one repository > which I will check out files for

[git-users] 2 projects share a set of files, how to set this up

2017-10-25 Thread Greg Quintana
I have 2 projects which share a set of verilog source files. I want to keep these files identical in both projects. I think I need one repository which I will check out files for each project. Each project will also have files that are unique to that project. How do I set this up in git. I