Skip to content

Commit 519e138

Browse files
committed
Update UPDATING.md
1 parent 37235c4 commit 519e138

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

UPDATING.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
This is how to update to the latest upstream repo:
1+
How to update to latest upstream repo:
22

3-
- git pull public master
4-
- git push origin master
3+
First Time:
4+
5+
- git remote add public https://github.com/pyoncord/BunnyXPosed
6+
7+
Then:
8+
9+
- git pull public main
10+
- git commit -am "Updated from main repo"
11+
- git push origin main

0 commit comments

Comments
 (0)