1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 04:18:09 +03:00

url-shortener submodule: track branch next (default dev).

Remote main removed; submodule docs and .gitmodules updated.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-06-12 11:36:02 +02:00
parent 876151a440
commit a62ed318ce
5 changed files with 6 additions and 6 deletions

View File

@@ -15,9 +15,9 @@ git submodule update --init backend/url-shortener
1. **URL shortener changes** — work inside the submodule only:
```bash
cd backend/url-shortener
git checkout main && git pull
git checkout next && git pull
# edit, test, commit, push to url-shortener remote
git push origin main
git push origin next
```
2. **Pin new submodule SHA in android_cast** — after the submodule push:
```bash