Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marshallbraga/writing-code
https://github.com/marshallbraga/writing-code
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/marshallbraga/writing-code
- Owner: marshallbraga
- Created: 2024-09-08T03:51:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T04:14:12.000Z (5 months ago)
- Last Synced: 2024-11-11T08:17:32.944Z (3 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# writing-code
echo "# writing-code" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/marshallbraga/writing-code.git
git push -u origin main