https://github.com/cristoaquiza/twu-biblioteca-ctoaquiza
https://github.com/cristoaquiza/twu-biblioteca-ctoaquiza
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cristoaquiza/twu-biblioteca-ctoaquiza
- Owner: cristoaquiza
- Created: 2017-09-10T02:00:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T16:21:49.000Z (over 7 years ago)
- Last Synced: 2023-08-12T19:23:17.567Z (almost 2 years ago)
- Language: Java
- Size: 748 KB
- Stars: 0
- Watchers: 1
- 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”(gi)
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 !