https://github.com/changoman/react-expensify
https://github.com/changoman/react-expensify
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/changoman/react-expensify
- Owner: ChangoMan
- Created: 2018-04-24T20:18:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T22:02:02.000Z (about 8 years ago)
- Last Synced: 2025-01-22T12:45:41.289Z (over 1 year ago)
- Language: JavaScript
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Git Commands
git init - Create a new git repo
git status - View the changes to your project code
git add - Add files to staging area
git commit - Creates a new commit with files from staging area
git log - View recent commits