Linked Questions

0 votes
0 answers
337 views

How I can download this file from GitHub? https://github.com/TorgeirH90/Programming/tree/master/C%23/Paratroopers%20Mono/Paratroopers%20Mono
szikszaiadi's user avatar
-1 votes
2 answers
179 views

I am new to Git and it's so confusing to me :(. I previously worked with SVN before and Git making it so tricky for me. The master code is available on GitHub. I need to create a branch and update the ...
Jyo the Whiff's user avatar
0 votes
0 answers
250 views

This sounds silly, But for a new comer like me finding the right tutorial is really a great deal. I asked Mr. Google about GitLab and he always showing me about GitHub. Some how i got to know to clone ...
Vikas Acharya's user avatar
685 votes
22 answers
731k views

I'm doing: git clone ssh://[email protected]/home/user/private/repos/project_hub.git ./ I'm getting: Fatal: destination path '.' already exists and is not an empty directory. I know path . already ...
MEM's user avatar
  • 31.5k
308 votes
7 answers
194k views

I'd like to git clone the contents of a repository I have on GitHub. When I git clone (git@github:me/name.git...) I get a folder called name/ and inside name I have my contents... How do I get JUST ...
mazlix's user avatar
  • 6,353
7 votes
2 answers
9k views

Using github, when I clone a repository it creates a subfolder with the name of the repository. For example, if I do the following command in my web root: git clone [email protected]:exampl/myrepo.git ....
eoinoc's user avatar
  • 3,255
3 votes
4 answers
17k views

I uses macOS and Ubuntu. I want to git clone a certain project https://github.com/Project/project.git to a specific directory $HOME/git. I saw this page: How do you clone a Git repository into a ...
Paalon's user avatar
  • 83
8 votes
2 answers
3k views

I've just moved from svn to github. Me and my team run local tests and we commit changes and test on a central dev server. Whenever we push changes to the repos I would like to automatically pull ...
Boz's user avatar
  • 1,188
1 vote
2 answers
12k views

we have an multiple git repository. how can i clone multiple repository at a time?
Anand Thangappan's user avatar
-2 votes
4 answers
15k views

I deleted my git folder unexpectedly. i was working in remote branch repository. How can i pull my remote branch to my local?
Sushanth Chandrasekar's user avatar
0 votes
2 answers
16k views

I wanted to clone github directory from web locally on Windows 7. So I used following command - git clone git://github address I was expecting that it will get downloaded under current directory, ...
Pallavi's user avatar
  • 606
4 votes
2 answers
5k views

I need to use the features like find in folder to search for contents inside remote directories, currently I must download the directory and do this locally, or visit files individually. Can anyone ...
Naser Nikzad's user avatar
3 votes
1 answer
4k views

I created an original GitHub repository and committed all my code. I would like to move this directory now into a new directory (not in the repo root directory). I am a bit confused how to tackle this ...
gleddy's user avatar
  • 425
2 votes
1 answer
2k views

I store my open source projects usually on Github which works easily with VS. But once in a while I want to store a project only I use on Azure DevOps. Since I do this only once every few years and VS ...
Peter Huber's user avatar
  • 3,372
0 votes
1 answer
1k views

I have a folder inside D:/TestFolder/ Now I need to git pull inside TestFolder using Jenkins every time I trigger a job. How is it possible? Can anyone guide me on Jenkins git pull in a particular ...
Mia's user avatar
  • 448

15 30 50 per page