Created
September 20, 2019 05:04
-
-
Save mohan-barathi/cc047c994094cce861fbe0960cdbc06c to your computer and use it in GitHub Desktop.
Steps to intsall and creare repo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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