I set up some git repositories for my studying or projects on github.com yesterday. The below is the list of available repositories.
my home page: https://github.com/smilejay/
python repo: https://github.com/smilejay/python/
shell repo: https://github.com/smilejay/shell/
c/c++ repo: https://github.com/smilejay/c-cpp/
java repo: https://github.com/smilejay/java/
You can clone any of them via 'git clone' command. The following is the example to checkout my python repo.
1 2 |
git clone https://github.com/smilejay/python.git git clone git://github.com/smilejay/python.git |
Using my repos on github will benefit my studying and sharing codes, though there are not many codes or projects on my repos.
Here is a useful link for committing my code to the repo.
http://help.github.com/win-set-up-git/