https://github.com/mildronize/garden
My digital garden
https://github.com/mildronize/garden
Last synced: about 1 year ago
JSON representation
My digital garden
- Host: GitHub
- URL: https://github.com/mildronize/garden
- Owner: mildronize
- Created: 2025-01-08T14:51:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T12:55:00.000Z (about 1 year ago)
- Last Synced: 2025-03-28T13:34:36.131Z (about 1 year ago)
- Language: CSS
- Homepage: https://garden.thadaw.com
- Size: 6.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Digital garden
Powered by [suan](https://github.com/thaitype/suan)
## Update
This method is for updating the main branch from the original repository, using git rebase
So, please **backup** your work before doing this.
```
git remote add upstream https://github.com/thaitype/suan.git
git config pull.rebase true
git fetch upstream
git pull upstream main
git push -f origin main
```
Update from `develop` branch from suan
```
git fetch upstream
git pull upstream develop
git push -f origin main
```