mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-06-17 05:21:35 -03:00
Update info how to reset local branch to remote-tracking branch (#344)
This commit is contained in:
@ -375,7 +375,7 @@ $ git reset --hard c5bc55a
|
||||
一种方法是:
|
||||
|
||||
```sh
|
||||
(main)$ git reset --hard origin/my-branch
|
||||
(my-branch)$ git reset --hard origin/my-branch
|
||||
```
|
||||
|
||||
<a name="commit-wrong-branch"></a>
|
||||
|
Reference in New Issue
Block a user