Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suddutt1/portfoliowebjava
https://github.com/suddutt1/portfoliowebjava
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/suddutt1/portfoliowebjava
- Owner: suddutt1
- Created: 2016-01-09T16:55:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T06:16:03.000Z (almost 9 years ago)
- Last Synced: 2023-03-05T03:03:24.043Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.6 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Web in Java
Points to mongolab cloud# Git commands
## To fetch the code into your local machine
git pull origin master## After modification
1. Check status `git status -v`
2. Add files to stage `git add .`
3. Commit with comments `git commit -m "" `
4. Push to Git `git push origin master`