mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +00:00
7 lines
216 B
Bash
Executable file
7 lines
216 B
Bash
Executable file
rm -rf .git .worktrees
|
|
rm -rf data/db reports
|
|
bash scripts/repo_setup.sh --force
|
|
|
|
git remote add origin git@github.com:brennanwilkes/spirit-tracker.git
|
|
git push -u origin main --force
|
|
git push -u origin data --force
|