Changes between Version 7 and Version 8 of RasdamanReleaseProcess
- Timestamp:
- Mar 19, 2013, 1:17:58 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RasdamanReleaseProcess
v7 v8 31 31 }}} 32 32 33 A local branch can be checked out 33 A local branch can be checked out and with recent versions of git also a remote one with the same name: 34 34 {{{ 35 35 git checkout release_M.m 36 37 #should give you output similar to: 38 Branch release_M.m set up to track remote branch release_M.m from origin. 39 Switched to a new branch 'release_M.m' 40 36 41 }}} 37 42 38 Note that branches on the main repository are remote branches andneed a specific [http://stackoverflow.com/questions/67699/how-do-i-clone-all-remote-branches-with-git checkout procedure] to be worked with.43 Note 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. 39 44 40 45 NOTE: 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.