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
note: I'm using `--keep` instead of `--hard` because it's a bit [safer](./reset-keep.md)
16
16
17
-
I use this when a branch I've pulled down has completely changed on the remote and I have no changes (for instance reviewing a PR) and a `pull` would be messy (this is also much faster depending on the number of commits).
17
+
I use this when a branch I've pulled down has completely changed on the remote and I have no changes (for instance when reviewing a PR) and a `pull` would be messy (a reset is also much faster depending on the number of commits).
18
18
19
19
Or if I've completely borked my local branch and want to start over from where I last pushed 😅.
0 commit comments