Changes between Version 25 and Version 26 of DRM4G/Development
- Timestamp:
- Feb 20, 2017 8:05:53 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/Development
v25 v26 501 501 rm -rf WRF* #if you need to clean up 502 502 #if they were empty you won't need to make a commit 503 503 }}} 504 {{{#!sh 504 505 #rename the project branch 505 506 git branch -m master old-master … … 514 515 }}} 515 516 516 * Finally, depending on whether you'll need the rest or not, delete the remaining branches. 517 * After delete the tags that don't have anything to do with the project and push them onto the remote repository 518 519 {{{#!sh 520 git tag 521 git tag -d <tag-names> 522 git push origin --tags 523 }}} 524 525 * Finally, depending on whether you'll need the rest of them or not, delete the remaining branches. 517 526 518 527 {{{#!sh