https://github.com/pcdevil/wordoftheday
MOVED TO CODEBERG
https://github.com/pcdevil/wordoftheday
Last synced: 5 months ago
JSON representation
MOVED TO CODEBERG
- Host: GitHub
- URL: https://github.com/pcdevil/wordoftheday
- Owner: pcdevil
- Created: 2023-08-20T15:54:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-30T08:53:19.000Z (7 months ago)
- Last Synced: 2025-09-22T10:45:50.351Z (6 months ago)
- Homepage: https://codeberg.org/pcdevil/wordoftheday
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚠⚠⚠ PROJECT MOVED ⚠⚠⚠
The project has been moved to Codeberg: .
Execute the following commands to update your local copy to the new destination:
```zsh
$ cd g
$ git switch main
$ git remote remove origin
$ git remote add origin https://codeberg.org/pcdevil/wordoftheday.git
$ git fetch
$ git reset --hard @{u}
```