Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtahmasbi/rtahmasbi.github.io
https://github.com/rtahmasbi/rtahmasbi.github.io
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rtahmasbi/rtahmasbi.github.io
- Owner: rtahmasbi
- Created: 2022-04-07T01:48:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T05:03:39.000Z (over 2 years ago)
- Last Synced: 2023-10-19T20:46:40.981Z (about 1 year ago)
- Language: HTML
- Size: 402 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
git clone https://github.com/username/username.github.io
git add .
git commit -m "Initial commit"
# it shold be main
git push -u origin mainhttps://username.github.io.
# for a subdomain
git add .
git commit -m "branch"
git pushgit subtree push --prefix Example1 origin Example1
git subtree push --prefix ex2 origin ex2
git subtree push --prefix vr_paint origin vr_paint# list of branches
git branch -a# delete remote branch
git push -d origin ex2
git push -d origin Example1#END