Skip to main content

All Questions

Tagged with
1 vote
0 answers
65 views

Copy or Sync all the branches from one Org Repo to another org with same repo

I have written the powershell script which will sync or copy the repo from one org to another org, but currently this script is sync only master branch, but not all the branches. Below is the Code <...
chandu's user avatar
  • 53
0 votes
2 answers
74 views

Need a simple solution for personal repository

Not so much as a repository, but I don't know other better word. What I want to do is simple: To automatically sync a folder on my desktop to the repo, and when I want to resume my work on laptop, I ...
shenkwen's user avatar
  • 581
0 votes
1 answer
2k views

Recover incomplete download in Android Open Source Project

I am trying to sync the following repo repo init -u git://github.com/CyanogenMod/android.git -b gingerbread and then repo sync my problem is that repo sync stuck at fetching projects 99 ...
user420193's user avatar
1 vote
1 answer
176 views

How to create SSH Key for git user

If i want to syncronize my remote origin with another remote repository i will have to register a post-update hook. But I will need an ssh key for that. Because my origin repo is owned by git user, ...
Matthias Reisner's user avatar
0 votes
1 answer
147 views

How do you use a VCS (preferably git) to synchronize local directories?

I'd like to have a simple, script-like backup solution to synchronize 2 local directories which provides a "fail-safe"-mechanism allowing to undo 1 commited unwanted modification of a file that got ...
MCH's user avatar
  • 73
4 votes
2 answers
255 views

How to synchronize between differently structured directories using rsync (or other program)

Does anyone of you know how to perform the following task: Suppose you have two directory trees, which I will call source and target. They may have a very different structure, but could contain many ...
doetoe's user avatar
  • 141