Changes between Version 7 and Version 8 of RasdamanReleaseProcess


Ignore:
Timestamp:
Mar 19, 2013, 1:17:58 AM (11 years ago)
Author:
abeccati
Comment:

working checkout on remote branch

Legend:

Unmodified
Added
Removed
Modified
  • RasdamanReleaseProcess

    v7 v8  
    3131}}}
    3232
    33 A local branch can be checked out
     33A local branch can be checked out and with recent versions of git also a remote one with the same name:
    3434{{{
    3535git checkout release_M.m
     36
     37#should give you output similar to:
     38Branch release_M.m set up to track remote branch release_M.m from origin.
     39Switched to a new branch 'release_M.m'
     40
    3641}}}
    3742
    38 Note that branches on the main repository are remote branches and need a specific [http://stackoverflow.com/questions/67699/how-do-i-clone-all-remote-branches-with-git checkout procedure] to be worked with.
     43Note that branches on the main repository are remote branches that, if not automatically tracked on checkout as above, might need a specific [http://stackoverflow.com/questions/67699/how-do-i-clone-all-remote-branches-with-git checkout procedure] to be worked with.
    3944
    4045NOTE: Is there a way to "export" a tag directly from a remote git repo? This will save users from getting all the clone to just test a beta or rc. We provide source tarballs for that meanwhile.