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
1 answer

Switching between projects in different Repository Management Services (bitbucket, GitLab) using git

I have already a project on GitLab which I've been working on, and recently I've been assigned another project on bitbucket. I already understand that when I work on a project and I need to push, pull, add, commit etc. then I need to ensure I'm…
pymat
  • 1,090
  • 1
  • 23
  • 45
-1
votes
1 answer

repo sync command, is it possible to sync only the repositories that I have permission to? I want to ignore the permission denied error

When executing the repo sync command, is it possible to sync only the repositories that I have permission to? I want to ignore the permission denied error. I created a google repo manifest file that manages many git repositories. A lot of people use…
-1
votes
1 answer

Can be .gitignore file be used only in GitHub Repo?

I am creating a React App and my superior would want the app to be hosted anywhere but not on GitHub, so I recommended Hostinger. My question is: Can I add a .gitignore file in Hostinger, or any other hosting service that is not GitHub?
-1
votes
1 answer

Is there an easy way to export a list of Projects showing their last commit date?

I'm in the process of moving our internal GitLab server to Azure ADO repos and I've been tasked with exporting a list of projects with their last commit date so we can see what is useful and what we need to export. For some reason, Git decided not…
-1
votes
1 answer

How to prevent copy git folder's child files and folder into another folder?

I share my code with my developers. My use case should be: Prevent copy the codes, files and folders to any othet directory other then current working git repo. Allow to edit delete files or folder. Only prevent repo from being copied so that my…
Anjit
  • 1
  • 1
  • 1
-1
votes
1 answer

How to migrate multiple SVN trunk paths into single Git master without losing history

I am having SVN folder structure as shown below: and I would like to migrate all different svn trunk paths into single git master. output: Anyone knows how to do it? I am pretty much new to SVN to git migration. much appreciate for your help. I…
-2
votes
1 answer

In Azure Devops every-time we run a pipeline does it create a new commit or what exactly happens...?

As I run a pipeline, it showed me this point commit ID How does this actually work? And is the the status update on existing source code commit or a new commit saved all the config of the running pipeline? I tried to look at the MS docs but it…
-2
votes
1 answer

How to open Sublime text using Git Bash Command prompt

$ touch hello.html $ subl . bash: subl: command not found I created HTML file using git bash command prompt and I want to open it on Sublime Text 3 using git bash command prompt. But above code is not working.
Sanjana
  • 21
  • 2
-3
votes
2 answers

How can i overcome fatal repository not found error

enter image description here I am trying to create a new repository from my system gitbash. But a fatal error has came and not able to create a new repository as it says about my old repository which I have made but deleted from github repository as…
1 2 3 4 5 6
7