https://github.com/training360/evosoft-angular-basic-20211122
https://github.com/training360/evosoft-angular-basic-20211122
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/training360/evosoft-angular-basic-20211122
- Owner: Training360
- Created: 2021-11-24T08:14:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T09:58:01.000Z (over 4 years ago)
- Last Synced: 2025-02-01T14:46:29.972Z (over 1 year ago)
- Language: TypeScript
- Size: 316 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Connect to remote repository
- git remote add origin https://github.com/Training360/evosoft-angular-basic-20211122.git
- git branch -M main
- git add .
- git commit -m "Basic"
- git push -u origin main