Questions tagged [git-repo]

Repo is a tool built by Google that works on top of Git. Repo helps manage many Git repositories, uploads to a revision control system, and automates parts of the Android development workflow. Repo is not meant to replace Git, only to make it easier to work with Git in the context of Android. The repo command is an executable Python script that you can put anywhere in your path.

Repo is a tool built by Google that works on top of Git. Repo helps manage many Git repositories, uploads to a revision control system, and automates parts of the Android development workflow. Repo is not meant to replace Git, only to make it easier to work with Git in the context of Android. The repo command is an executable Python script that you can put anywhere in your path.

To work with the Android code, you will need to use both Git and Repo. In most situations, you can use Git instead of Repo, or mix Repo and Git commands to form complex commands. Using Repo for basic across-network operations will make your work much simpler, however.

See these documentation pages for more information:

99 questions
0
votes
0 answers

Can I run scala script directly from git repo in databricks

I want to run a scala script as a job from my git repo in databricks. I am not able to see any option to do it. Do we need a special access to be able to do it? I can see the option to run notebook from the git repo but cannot see the option to…
0
votes
1 answer

How can I update the manifest with the checked out commits/branches?

My manifest.xml has all my repositories cloning master. I do some work on few repositories and create new commits, branches and tags. Now, I want to save in the manifest where all these repositories are, which branch, tags or commits. How can I do…
Alexis
  • 2,136
  • 2
  • 19
  • 47
0
votes
0 answers

.DS_Store "Changes not staged for commit?"

I'm very new to coding so please be patient On a macOs. I had help from a tutor to move my .ds_store and future .ds_store files into my .gitignore file, (wasn't aware what a .ds_store file even was until I accidentally uploaded it to a repo and had…
0
votes
1 answer

Getting error while clone the gitrepo using ssh-key

I have created a public key after I have pasted it on GitHub then I have tried to do git clone. But while doing the clone, it is asking for the password: Did i do anything wrong?
0
votes
1 answer

how to scan repos in Azuredevops and filter certain files

We are using AzureDevops server and have multiple collections and multiple projects in each of the collections. There are different Application teams working on these different projects and each have their own application specific repos with the…
0
votes
0 answers

Can not run a Git Repo in Android Studio

I cloned a GitRepo but can't run it. The file is just too complex and I'm pretty noob. I wasn't able to find anyone who suffers the same problem. So could you help me how can I run this repo ? Here is the ss of program. Well I tried to add…
Alp
  • 31
  • 4
0
votes
1 answer

Convert Git into TFVC with history

Is there any tool to convert Git Repos into TFVC with history or convert TFS into TFVC including the history?
0
votes
0 answers

Git push to branch main. return repository not found. But I was able to pull changes and even resolves conflict

I have a project already on GitHub organization. I cloned the project and implemented some code, but when I try to push the project back to GitHub, it returns repository not found. But funny enough is that I can pull changes or any update from the…
Ahmad Salihu
  • 55
  • 1
  • 6
0
votes
0 answers

Publishing R package on Github using an existing Git repo URL

I’m provided a link to a “private repository” URL on GitHub, where I and other collaborators will work on the same project. Now I need to create/publish an R package to that “private repo”, but the problem is I couldn’t create a package within that…
NganKD
  • 71
  • 6
0
votes
0 answers

Azure pipeline Git repo trigger resolution rules unclear

I need some clarification wrt to Azure pipeline Git repo branch triggers. Following situation: In my develop branch I have a pipeline yml where the triggers are the develop and the main branch. The pipeline is initially created out of this yml…
Marko
  • 929
  • 9
  • 27
0
votes
1 answer

Remove Git Repo from a Git Repo

I created a new repository and cloned it on my PC, then initialized a React Native App, when I try to push my code from the root folder, it is giving me an error message saying that I have another .git in my subfolder, the React Native App. There is…
Tsering Norbu
  • 69
  • 1
  • 3
0
votes
2 answers

I mistakenly added an unknown repository to git locally in the command line. How do I remove or replace the repository

I want to remove the wrong repository and replace it with the correct repository on GitHub. What do I do? Fatal: repository "https://GitHub.com/username/alx-pre_school.git" not found
0
votes
1 answer

Keep two repos in sync without forking

I have a repo inside a GitHub organization. It has its code which depends on some credentials. It will basically look for a file called as environment.properties, which will contain a key-value pair like env=pps, and will then go on to read a file…
Sparker0i
  • 1,787
  • 4
  • 35
  • 60
0
votes
0 answers

Azure Databricks Integration with Azure Git Repos

We have tried to integrate the databricks notebook with a repository in Azure Repo. But, we are getting this below error Error while syncing Git history: Response from Azure DevOps Services: status code: 500, reason phrase:…
Thadikaran K
  • 127
  • 3
  • 8
0
votes
1 answer

Why does repo sync not pull the correct commit as specified in the manifest XML file?

When performing repo sync it pulls the latest commit from a branch even though it is specified to be a specific commit in the manifest xml file. Why is this happening? The manifest xml file is revision controlled in a repository called…
Eyal Gerber
  • 1,026
  • 10
  • 27