Skip to content

Commit bea7a78

Browse files
authored
Modify branch switch and sync instructions (AerynOS#59)
Updated git commands for switching branches and syncing forks.
1 parent 07e0dfe commit bea7a78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/Packaging/Workflow/updating-an-existing-recipe.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ For a recap, if you have followed the previous guide, the commands will be:
1818
sudo moss repo enable volatile
1919
sudo moss sync -u
2020
gotoaosrepo
21-
git switch 2025-05-repo-rebuild
22-
gh repo sync yourusername/yourfork -b 2025-05-repo-rebuild
21+
git switch main
22+
gh repo sync yourusername/yourfork -b main
2323
git pull
2424
```
2525

0 commit comments

Comments
 (0)