https://github.com/corbaz/press
Documentación
https://github.com/corbaz/press
Last synced: 4 months ago
JSON representation
Documentación
- Host: GitHub
- URL: https://github.com/corbaz/press
- Owner: corbaz
- Created: 2021-11-14T22:49:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T13:17:21.000Z (over 4 years ago)
- Last Synced: 2025-09-20T21:46:40.431Z (9 months ago)
- Size: 729 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Press
```bat
echo "# press" >> README.md
git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/corbaz/press.git
git push -u origin main
```