We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93775cc commit 511dd83Copy full SHA for 511dd83
nipype-auto-conv/generate
@@ -36,6 +36,6 @@ git merge --ff-only ${CURRENT_BRANCH}-auto-conv
36
37
echo "Rebasing '$CURRENT_BRANCH' to apply changes..."
38
git checkout $CURRENT_BRANCH
39
-git rebase auto-conv
+git rebase ${CURRENT_BRANCH}-auto-conv
40
41
-echo "Successfully converted Nipype tasks to Pydra tasks and rebased '$CURRENT_BRANCH' on top of auto-conv changes."
+echo "Successfully converted Nipype tasks to Pydra tasks and rebased '$CURRENT_BRANCH' on top of the 'auto-conv' branch."
0 commit comments