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
description: Resets a local branch to match a remote branch by pulling the most recent changes from the remote branch and then force resetting the local branch to match the remote branch.
7
7
arguments:
8
+
- name: remote
9
+
description: The name of the remote
10
+
default_value: origin
8
11
- name: branch
9
12
description: The name of the remote branch that the local branch should be reset to
0 commit comments