Skip to content
Snippets Groups Projects
Commit ce071508 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

release notes: use git rebase to compactify history

parent 34964e9f
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ cd /G/f2
git checkout master
git pull origin master
git merge devel
git rebase -i HEAD~99 # correct commit messages; merge correction commits
git push origin master
### prepare
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment