mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-15 01:56:27 +00:00
Merge branch 'main' of https://github.com/m-lamonaca/ProgrammingNotes
This commit is contained in:
commit
0945c63ffa
1 changed files with 31 additions and 33 deletions
|
@ -247,9 +247,7 @@ git checkout <branch> # checkout remote branch (omit <remote>/)
|
||||||
git pull # clone branch
|
git pull # clone branch
|
||||||
```
|
```
|
||||||
|
|
||||||
### [Sync Forks][github sync frok guide]
|
### [Sync Forks](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/syncing-a-fork)
|
||||||
|
|
||||||
[github sync frok guide](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/syncing-a-fork)
|
|
||||||
|
|
||||||
```ps1
|
```ps1
|
||||||
git fetch upstream # Fetch the branches and their respective commits from the upstream repository
|
git fetch upstream # Fetch the branches and their respective commits from the upstream repository
|
||||||
|
|
Loading…
Add table
Reference in a new issue