You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use case: check out branch on repos that have them
$ pride do git checkout my-branch
now it fails on first repo that doesn't have the branch
ERROR: Failed to execute "git checkout my-branch" in "/Users/Sipi/Workspace/pride-hack/boxfish-editor-loader", exit code: 1
I would like a flag that make pride ignore errors and continue with next repo
The text was updated successfully, but these errors were encountered:
use case: check out branch on repos that have them
$ pride do git checkout my-branch
now it fails on first repo that doesn't have the branch
ERROR: Failed to execute "git checkout my-branch" in "/Users/Sipi/Workspace/pride-hack/boxfish-editor-loader", exit code: 1
I would like a flag that make pride ignore errors and continue with next repo
The text was updated successfully, but these errors were encountered: