Conversation
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
/backport to stable33 |
|
/backport to stable32 |
|
/backport to stable31 |
|
The backport to # Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/1049/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 1d7de7bc
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/1049/stable31Error: Failed to clone repository: Failed to create working tree: Preparing worktree (new branch 'backport/1049/stable31') Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
The backport to # Switch to the target branch and update it
git checkout stable32
git pull origin stable32
# Create the new backport branch
git checkout -b backport/1049/stable32
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 1d7de7bc
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/1049/stable32Error: Failed to clone repository: Failed to create working tree: Preparing worktree (new branch 'backport/1049/stable32') Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
The backport to # Switch to the target branch and update it
git checkout stable33
git pull origin stable33
# Create the new backport branch
git checkout -b backport/1049/stable33
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 1d7de7bc
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/1049/stable33Error: Failed to clone repository: Failed to create working tree: Preparing worktree (new branch 'backport/1049/stable33') Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
No backports needed, master branch supports 30 to 33. |
No description provided.