mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-08 11:56:41 +00:00
Fix line endings and links
This commit is contained in:
parent
65ab503474
commit
e29fcc6e8b
1 changed files with 34 additions and 36 deletions
|
@ -241,9 +241,7 @@ git checkout <branch> # checkout remote branch (omit <remote>/)
|
|||
git pull # clone branch
|
||||
```
|
||||
|
||||
### [Sync Forks][github sync frok guide]
|
||||
|
||||
[github sync frok guide](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/syncing-a-fork)
|
||||
### [Sync Forks](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/syncing-a-fork)
|
||||
|
||||
```ps1
|
||||
git fetch upstream # Fetch the branches and their respective commits from the upstream repository
|
||||
|
|
Loading…
Add table
Reference in a new issue