mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
docs: add push info
This commit is contained in:
parent
3e247760d0
commit
643ea23ccd
1 changed files with 8 additions and 2 deletions
|
|
@ -95,8 +95,14 @@ Restart Obsidian to see your code changes
|
|||
|
||||
### Pull requests
|
||||
|
||||
Once you have made your changes, push your code to GitHub and make a pull request.
|
||||
Once you have made your changes, push your code to GitHub.
|
||||
|
||||
```shell
|
||||
git push origin <your-branch>
|
||||
```
|
||||
|
||||
Using the GitHub website, open a pull request. You can do that by clicking on the `Pull requests` tab and clicking `New pull request`
|
||||
|
||||
Please choose `dev` as the branch you want to merge into.
|
||||
|
||||
The pull request will be reviewed. Once it is approved, it will be merged.
|
||||
Your pull request will be reviewed. Once it is approved, it will be merged into `dev`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue