[git-users] Git deployment for multiple existing environments

2015-09-01 Thread Sukhi Sukh
I am kind of new to Git and I have a question regarding using Git for a website. I have searched a lot but haven't found a solution yet. We already have 3-4 environments setup on our Windows servers without Git and each environment already has code which is different from each other. There

[git-users] How to use deploy keys

2015-09-01 Thread widgetland3
I've created a deploy key to use for our build server and associated the public key with the repos. I cannot, however, for the life of me, figure out how to connect and clone the repo using the private deploy key. I have been completely unable to find any instructions on this. Can anyone help?

[git-users] git support

2015-09-01 Thread Leonardo Dantas
Is there someone that lives in Ceara - Brazil? i am searching a person to help me to configure our server using git. Best Regards, !Leonardo Dantas. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and

[git-users] Using Git to maintain several repositories from overlapping file sets.

2015-09-01 Thread RrnR
I have the need to maintain repositories (both local and remote) where the working file sets are a subset of files within a folder tree, and will overlap -i.e. will have files in common. As an example I might have a folder free: Folder/File Repository

[git-users] Re: Folding submodules into parent repo with subtree?

2015-09-01 Thread Magnus Therning
On Fri, Aug 28, 2015 at 05:26:18PM +0200, Magnus Therning wrote: > I'm planning on getting rid of the submodules my predecessor set up > and I've tried to find a nice way of doing it. I'd like to keep the > history from the submodules intact. > > My experimentation with `git subtree` suggests

Re: [git-users] Merging parts of a commit tree into another

2015-09-01 Thread Philip Oakley
From: "Michael" This may seem a little strange. I'd like to merge parts of one commit sequence into another. Off of "master", I have a bunch of small sequences of 3-4 commits, generally. Each on their own branch. I have "integrationTest", branched off master, that has