Skip to content

Commit

Permalink
docs: update BUILD.MD (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiveHao committed Aug 14, 2024
1 parent 03e56a8 commit a71fa16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILD.MD
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ java -jar ikaros-server.jar --spring.profiles.active=win

更新本地主分支
```
git checkout master | git pull upstream master | git push origin master | git remote prune origin
git checkout main | git pull upstream main | git push origin main | git remote prune origin
```

查看本地分支,并删除工作分支
Expand All @@ -144,8 +144,8 @@ git remote add upstream https://github.com/ikaros-dev/ikaros.git
```

```text
git checkout master
git pull upstream master
git checkout main
git pull upstream main
```

# 更多
Expand Down

0 comments on commit a71fa16

Please sign in to comment.