Skip to content
Snippets Groups Projects
Commit 8a92938d authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Merge branch 'local-rda' into 'master'

Unprotect master branch

See merge request core/python!5
parents c05ee73c a64c5ee6
No related branches found
No related tags found
1 merge request!5Unprotect master branch
......@@ -160,3 +160,9 @@ You can now also safely remove your feature branch in your own git repo:
git branch -d newfeature
```
Or of you would like to make another commit in this branch, rebase first:
```
git checkout newfeature
git rebase master
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment