Im really thankfull to you guys,I had learn from your conversation and
download the source tree as below as.
Thank u guys.
On Monday, December 26, 2011 9:00:46 PM UTC+5:30, Jerome Clarke wrote:
>
> Thanks again...
>
> yeah I just want to look at the source code so I understand how things a
Thanks again...
yeah I just want to look at the source code so I understand how things are
working
--
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
git checkout : simple checking out the "branch_name" or
switching to the "branch_name". It does not create any new branches.
git checkout -b: will *create and checkout
* a branch "branch_name_1" from other branch "branch_name_2".
regards
-Dharam
On Mon, Dec 26, 2011 at 7:35 PM, Jerome Cla
I was browsing around in another group... then I realized I forgot about
the "branch" command
this is what I did based from another thread I read
"git branch -a" to see a list of branches
and then "git checkout remotes/origin/android-samsung-3.0-ics-mr1"
it's been awhile since I've used git...