get on with git

satya - Tuesday, November 22, 2011 3:20:54 PM

installation of git first

installation of git first

satya - Tuesday, November 22, 2011 3:27:59 PM

what is cygwin

Search for: what is cygwin

satya - Tuesday, November 22, 2011 3:29:36 PM

http://msysgit.googlecode.com/

http://msysgit.googlecode.com/

satya - Tuesday, November 22, 2011 3:31:06 PM

what is curl?

what is curl?

Search for: what is curl?

satya - Tuesday, November 22, 2011 3:46:47 PM

windows gitgui help

windows gitgui help

Search for: windows gitgui help

satya - Tuesday, November 22, 2011 3:47:03 PM

windows firewall git protocol

windows firewall git protocol

Search for: windows firewall git protocol

satya - Tuesday, November 22, 2011 4:13:35 PM

git and public keys

why would someone give you a public key?

well that someone want you to be assured that what you are downloading belongs to that someone.

So if google gives a public key, then the git repository of google is gurarenteed to be theirs...

satya - Wednesday, November 23, 2011 7:21:54 AM

The following seemed to work right away


git clone git://git.kernel.org/pub/scm/git/git.git

however I am not able to connect to the android git source

satya - Wednesday, November 23, 2011 7:22:37 AM

where is android git respository

where is android git respository

Search Google for: where is android git respository

Search Android Developers Group for: where is android git respository

Search Android Beginers Group for: where is android git respository

Search Google Code for: where is android git respository

Search Android Issues Database for: where is android git respository

satya - Wednesday, November 23, 2011 7:27:38 AM

See if this would be of any use

See if this would be of any use

satya - Wednesday, November 23, 2011 7:35:55 AM

android repo on windows

android repo on windows

Search for: android repo on windows

satya - Wednesday, November 23, 2011 7:40:47 AM

some advise on crazy issues with repo on windows

some advise on crazy issues with repo on windows

satya - Wednesday, November 23, 2011 7:49:09 AM

Using just git to download android soruces

Using just git to download android soruces

Search for: Using just git to download android soruces

satya - Wednesday, November 23, 2011 8:08:00 AM

This seem to work


git clone https://android.googlesource.com/platform/manifest.git

satya - Wednesday, November 23, 2011 8:11:49 AM

This works as well


git clone https://android.googlesource.com/platform/frameworks/base.git

satya - Wednesday, November 23, 2011 9:32:41 AM

How to clone contacts.git


git clone https://android.googlesource.com/platform/packages/apps/Contacts.git

This will contain the contact provider implementation.

satya - Wednesday, November 23, 2011 9:37:17 AM

Sorry that was the contacts application. the provider is at


git clone https://android.googlesource.com/platform/packages/providers/ContactsProvider

satya - Wednesday, November 23, 2011 9:59:01 AM

Here is the dafault.xml as of today that lists the available repositories in android

Here is the dafault.xml as of today that lists the available repositories in android