Created
September 20, 2019 05:04
Steps to intsall and creare repo
This file contains hidden or 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