I am new to Git and REPO. I am in window 7, so I am using Cygwin. I installed Git from a Cygwin installation. After that, I try to make a repo using the following command in Cygwin.
$ repo init-u git://android.git.kernel.org/platform/manifest.git
I get this error:
bash: repo: command not found
I think I need to configure Cygwin for the repo. What do I need next to get a repo?
aemon source share