-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Miika Sikala edited this page Nov 23, 2021
·
1 revision
HEAD to testing branch. There you have a sample application you develop. It has styles, page content et cetera. When you are ready commit something, do it as follows:
- First, stage the changes that are part of the sample application
- Commit and push to
origin/testing - Stash the changes that are considered to be a part of the Alpaca core
- Switch to
master - Apply the stash you just made
- Commit and push!
Then, you can switch back to testing and merge master to it!