mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-06-15 10:44:47 -04:00
Correct minor typo in git-memo.content.md
Removed extra "h" from the word branch
This commit is contained in:
parent
2d55c0146e
commit
f7256fb42a
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ git bisect bad ca82a6dff817ec66f44342007202690a93763949
|
||||||
Pulling new changes into current branch from mainline
|
Pulling new changes into current branch from mainline
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git checkout [branchh-name]
|
git checkout [branch-name]
|
||||||
git fetch origin [master-branch-name]
|
git fetch origin [master-branch-name]
|
||||||
git rebase origin/[master-branch-name]
|
git rebase origin/[master-branch-name]
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue