mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-17 00:46:56 +08:00
Minor
This commit is contained in:
@@ -284,3 +284,11 @@ git remote add production https://github.com/louislam/uptime-kuma.wiki.git
|
|||||||
git pull
|
git pull
|
||||||
git push production master
|
git push production master
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Useful Commands
|
||||||
|
|
||||||
|
Change the base of a pull request such as `master` to `1.23.X`
|
||||||
|
|
||||||
|
```
|
||||||
|
git rebase --onto <new parent> <old parent>
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user