Top "Git-repo" questions

Repo is a tool built by Google that works on top of Git.

Git, error: remote unpack failed: unable to create temporary object directory - By creating new Branch

I'm trying to create a new branch in my repo. I did this: git branch events git Checkout events That …

git git-branch git-commit git-push git-repo
What does repo init and repo sync actually do?

I posted this question at Android Enthusiasts but figured it was the wrong place to ask, so I deleted it …

android repository android-source git-repo
How does the Android repo manifest repository work?

The Android source is a large hierarchy of git repositories. They are managed by a custom script called repo. Repo …

android git android-manifest android-source git-repo
Alternatives to Git Submodules?

I feel that using Git submodules is somehow troublesome for my development workflow. I've heard about Git subtree and Gitslave. …

git-submodules git-subtree git-repo git-subrepo git-slave
Deleting branch with repo abandon and git branch -D

I am using git and git-repo for my project. I see when I try to delete my local branch which …

git git-repo
Creating a default manifest for git-repo

I'm trying to use git repo for my own project. I understand I have to create a default.xml file …

git repository git-repo