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
3 answers
4k views

What does "cloning a repository" mean, and why is it claimed to be a necessary step to install this PHP library?

Usage After cloning this repository (git clone https://github.com/naneau/php-obfuscator) and installing the dependencies through Composer (composer install), run the following command to ...
Evian's user avatar
  • 9
1 vote
0 answers
194 views

How to prevent loosing git folder after shutdown?

I'm using TeaLinux OS, a derivative from Ubuntu. I just cloned a Git repository, I work on it and shut my PC down. When I turn my PC on again, I lost the folder. It happened twice, and now I want ...
i have no name's user avatar
0 votes
1 answer
3k views

Cloning a private GitHub repo using Atom

I'm trying to clone a private GitHub repo that I'm the owner of using Atom text editor. Using the GitHub:Clone command, I enter a URL like: https://github.com/orgname/reponame , and I receive an error ...
user10348034's user avatar
4 votes
1 answer
3k views

Tortoise HG "Out of Memory" While Trying to Clone Repo

While trying to clone a ~500 MB repository onto my local drive using mercurial, I repeatedly get the "Out of Memory" error. I have 2 GB of memory and I have never seen this. I installed the latest ...
enesviem's user avatar