Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willmendesneto/twu-biblioteca-willmendesneto
https://github.com/willmendesneto/twu-biblioteca-willmendesneto
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willmendesneto/twu-biblioteca-willmendesneto
- Owner: willmendesneto
- Created: 2015-04-26T03:20:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T17:09:22.000Z (over 9 years ago)
- Last Synced: 2023-03-23T03:36:55.405Z (almost 2 years ago)
- Language: Java
- Size: 430 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Instructions to push your code to code.google.com
=================================================
1. Sign into GitHub and create a new repository
Repository name: twu-biblioteca-yourname
Privacy level: Public
Don't check "Initialize this repository with a README"
Add .gitignore: None
Add a license: Apache License 2.02. Run 'git init' in the folder that was extracted from the downloaded .zip file, in order to
initialize local repository.3. Make a local commit.
$ git add -A
$ git commit -m “Initial commit”(Dont forget to add the hidden .idea folder, as it will make opening your project in Intellij easier.)
4. After you are done with the local commit, you can share your code with "The World" by pushing it to your
GitHub repository.
$ git remote add origin https://github.com//twu-biblioteca-
$ git push origin masterInstructions to open your code in Intellij
==========================================
1. Go to File -> Open (or Open Project)
2. Select the directory containing the code
DONE !