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
At that point, we'd like gs branch track or an equivalent command to track main -> feat1 -> feat2, not main -> feat2.
This would have to be opt-in to handle the case where the intermediate branch is untracked on purpose.
Possibilities:
gs downstack track
gs branch track --all
The text was updated successfully, but these errors were encountered:
Scenario:
At that point, we'd like
gs branch track
or an equivalent command to trackmain -> feat1 -> feat2
, notmain -> feat2
.This would have to be opt-in to handle the case where the intermediate branch is untracked on purpose.
Possibilities:
gs downstack track
gs branch track --all
The text was updated successfully, but these errors were encountered: