Changes between Version 4 and Version 5 of GitCreateBundle
- Timestamp:
- Oct 15, 2013, 4:31:11 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitCreateBundle
v4 v5 155 155 $ git init 156 156 157 # push two branches to the test repo157 # Reset the history to where it was /before/ merging (A commit)(simulating public repo status) 158 158 $ cd /home/rasdaman/rasdaman 159 159 $ git remote add test_remote ~/test_repo 160 $ git checkout master 161 $ git reset --hard 5ee465 162 163 # Push two branches to the test repo 160 164 $ git push test_remote master 161 165 $ git push test_remote feature_X 162 166 163 # Now move to the test repo 167 # Now move to the test repo and checkout on a branch you're not merging into: 164 168 $ cd ~/test_repo 165 169 $ git branch 166 170 feature_X 167 171 * master 168 169 # check out on a branch you're not merging into:170 172 $ git checkout feature_x 171 173 $ git branch