Linked Questions
10 questions linked to/from How to synchronize two git repositories
97 votes
2 answers
37k views
How can I email someone a git repository?
I have tried: git archive HEAD --format=zip > archive.zip :and then I email archive.zip and at the other end they unzip archive.zip into a folder. But when they try any git commands they find out ...
85 votes
3 answers
38k views
Git pulling changes between two local repositories
I have two clones of same remote repository. I have made some changes to one local repository, how can I pull these changes to the other local repository without pushing it to the remote?
9 votes
3 answers
24k views
How to run two game windows in Unity Editor
What do I mean by two game windows in the Unity Editor? Well if one could basically be able to have two separate windows inside the editor instead of being limited to having just one: Why would ...
7 votes
1 answer
15k views
"failed to lock" error
I need some help resolving an error when I push a branch from my local repo to a thumb drive. I believe the problem was caused by switching back and forth between different drives. In particular, I ...
2 votes
3 answers
2k views
What kind of server do you use to host a Git repository?
This is probably the most elementary git question imaginable. Let's say I start a project and create a Git repository for it on my VPS host. In SVN you can run an SVN server, serve SVN over Apache, ...
2 votes
2 answers
2k views
How to prevent git format-patch from truncating filenames
I use git format-patch to share a list of patches for code review with my team members. The problem is I sometimes have quite a long commit message, and git format-patch truncates them when generating ...
1 vote
4 answers
680 views
git push remote repo
I have a local working copy repo and a remote repo on my flash drive. I've pushed to the flashdrive before but i can't seem to do it again. here i went into my remote repo on my flashdrive to see ...
0 votes
3 answers
400 views
Git push using up too many resources and ended by host
So I'm just now creating a repo for an old project. In total I have 4.5 gigs of files so it's taking some time. I'm on a shared hosting environment and my host limits processes that take up too much ...
4 votes
1 answer
299 views
Git workflow when you cant push or pull
This is a recurring question for me, but I'd like to reiterate. Quickly explain my situation: I am in an environment where I don't have a a git server, nor a shared partition or any common point ...
0 votes
1 answer
169 views
Synchronising VSOnline with TFS on-premises
Is there a way to synchronise Visual Studio Online with an on-premises TFS 2013 installation? I would like to use Visual Studio Online as a source control backup. As I am using Git, one solution I ...