Changes between Version 2 and Version 3 of github


Ignore:
Timestamp:
11/13/12 15:39:17 (11 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • github

    v2 v3  
    1919git remote add origin git@github.com:guhl/android_frameworks_base.git
    2020git remote show origin
     21}}}
     22If the remote branches are not shown as tracked do:
     23{{{
     24git fetch
     25git remote show origin
     26}}}
     27Checkout a branch
     28{{{
     29git checkout -b jb origin/jellybean
     30}}}
     31Now you can work on your local branch jb and push to the remote origin/jellybean