Changes between Version 7 and Version 8 of AdminReleaseManagement
- Timestamp:
- Dec 23, 2016, 2:32:58 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdminReleaseManagement
v7 v8 69 69 and committing it to the Github repo. 70 70 71 You can do it in Unix with git -b. 71 On the commandline use: ''git checkout -b NEW_BRANCH'' 72 72 73 Creating tags: do in Tortoise git.73 Creating tags: On the commandline use: ''git tag TAGNAME'' 74 74 75 75 == Backporting changes ==