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
Refresh is intended to be first class support of: refresh = "!git fetch origin $1:$1"
so that it can be paired with cascade. An example desired workflow is: gitflow --cascade --refresh --branch master to update master and cascade to all dependents.
Refresh is intended to be first class support of:
refresh = "!git fetch origin $1:$1"so that it can be paired with cascade. An example desired workflow is:
gitflow --cascade --refresh --branch masterto update master and cascade to all dependents.