Skip to content

Instantly share code, notes, and snippets.

@mohan-barathi
Created September 20, 2019 05:04
Show Gist options
  • Save mohan-barathi/cc047c994094cce861fbe0960cdbc06c to your computer and use it in GitHub Desktop.
Save mohan-barathi/cc047c994094cce861fbe0960cdbc06c to your computer and use it in GitHub Desktop.
Steps to intsall and creare repo
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
mkdir working-directory-name
cd working-directory-name
repo init -u git://android.git.kernel.org/platform/manifest.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment