git-repo Questions

3

I have a project that uses git-repo so it contains multiple repos. The only way I can find of supporting this in VSCode is to use multi-root workspaces and add each repo as a separate folder within...
Sauerkraut asked 9/4, 2020 at 3:1

6

Solved

I manage my dotfiles using git in a bare repository. See article by Harfang Perch for details on this method. It works great but I'd like to add a README.md to the root of the repository on github....
Remington asked 24/6, 2020 at 18:38

10

I'm trying to create a new branch in my repo. I did this: git branch events git Checkout events That worked. So I changed some files and did: git Status git add --all git commit -m "Commit&q...
Gonfalon asked 24/7, 2018 at 9:25

5

Upon opening my ASP.NET Core project with an existing git repo in Visual Studio 2022, the git repo is not being loaded. However, opening a freshly cloned repo of this project from GitHub works fine...
Substratosphere asked 15/4, 2022 at 13:13

1

Solved

If I have a git repo in a folder named some-folder, and I change it to another-folder, is there going to be any problems?
Mcconaghy asked 5/6, 2021 at 4:27

3

I am working on a asterisk project and would like to put the code in Git for version tracking. Here are the 3 directories that the code is in: Asterisk Dialplans: /etc/asterisk/custom Asterisk A...
Mind asked 29/4, 2020 at 21:41

2

I have recently started to look into android development (aosp) and read about "repo" tool/wrapper that takes care of all the android's sub projects . While I think repo does a fairly good job at ...
Swacked asked 11/12, 2014 at 15:46

4

Solved

I feel that using Git submodules is somehow troublesome for my development workflow. I've heard about Git subtree and Gitslave. Are there more tools out there for multiple repository projects an...
Scholasticate asked 28/6, 2011 at 0:54

2

I required to merge two repositories without loosing the history of either. I searched several forums but none could provide a complete solution. After performing several steps taken from various s...
Denazify asked 9/5, 2019 at 2:55

1

Solved

I have a repository (repo1) with a master branch and another repository (repo2) with a master branch. Now I want to create a new branch in repo1 from repo2 with all commits history. My expected ...
Compression asked 13/1, 2019 at 12:41

2

Solved

I have around 20 different repositories. Many are independent and compile as libraries but some others have dependencies among them. Dependency resolution and branching is complicated. Suppose tha...
Bridegroom asked 3/7, 2015 at 17:31

1

Solved

I posted this question at Android Enthusiasts but figured it was the wrong place to ask, so I deleted it from there and asking it "again" here. This is such a noob question, and pardon me if it ...
Selfsupport asked 30/7, 2014 at 20:43

1

I am using git and git-repo for my project. I see when I try to delete my local branch which I am currently on using git command git branch -D branch_name It shows me error which I am expecting...
Schonthal asked 23/5, 2013 at 5:13

2

The Android source is a large hierarchy of git repositories. They are managed by a custom script called repo. Repo determines which git repositories to manage using a manifest.xml. The manifest.xml...
Jeremiahjeremias asked 27/5, 2011 at 8:33
1

© 2022 - 2024 — McMap. All rights reserved.