Re: [git-users] Re: GIT cloning(or pull/push) doesn't work properly if you have a sub-folder with its own GIT repo.

2011-04-25 Thread Joe Hassick
, Joe Hassick ehass...@gmail.com wrote: If you want a repository within a repository, you will need to use submodules. Without submodules, what you are explaining will always happen (missing everything from the child repo after cloning the parent). Read over these if you

Re: [git-users] GIT cloning(or pull/push) doesn't work properly if you have a sub-folder with its own GIT repo.

2011-04-22 Thread Joe Hassick
to git-users@googlegroups.com. To unsubscribe from this group, send email to git-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/git-users?hl=en. -- Joe Hassick -- You received this message because you are subscribed to the Google

Re: [git-users] What is the best technique to split the code between repos?

2010-09-13 Thread Joe Hassick
This might not be the *best* way to approach this, but what if you one repo with 3 unique branches: A, B, C; then two other branches, i.e.: AB, BC. You would then do work in the unique branches and pull changes from them into the combined ones when needed. Again, this might not be ideal, but

Re: [git-users] What is the gitignore syntax for ignoring a directory pattern at any level

2010-08-10 Thread Joe Hassick
Try just lib/ Joe Hassick Web Developer Pencor Services, Inc. On Aug 10, 2010, at 6:12 PM, vfclists vfcli...@gmail.com wrote: I need to create a .gitignore entry that excludes lib folder irregardless of their level. Will */lib do that? -- You received this message because you