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

https://github.com/cristoaquiza/twu-biblioteca-ctoaquiza


https://github.com/cristoaquiza/twu-biblioteca-ctoaquiza

Last synced: about 1 month ago
JSON representation

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.0

2. 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 master

Instructions to open your code in Intellij
==========================================
1. Go to File -> Open (or Open Project)
2. Select the directory containing the code
DONE !