https://github.com/fajoaq/indecision-appv2
Let a.i make the decision for you!
https://github.com/fajoaq/indecision-appv2
Last synced: 3 months ago
JSON representation
Let a.i make the decision for you!
- Host: GitHub
- URL: https://github.com/fajoaq/indecision-appv2
- Owner: fajoaq
- Created: 2020-12-24T00:27:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-25T05:44:48.000Z (over 4 years ago)
- Last Synced: 2025-01-09T02:28:10.227Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 665 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Git commands
git init - Creat a new git repo
git status - View the changes to your project code
git add - Add files to staging area
git commit - Create a new commit with files from staging area
git log - View recent commmits