Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suddutt1/portfoliowebjava


https://github.com/suddutt1/portfoliowebjava

Last synced: about 1 month ago
JSON representation

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`