oneup / ruby-console
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
bukket.rb | Sun Apr 26 12:25:05 -0700 2009 | |
| |
console.rb | Sun Nov 23 21:59:01 -0800 2008 | |
| |
demo.rb | Wed Feb 18 17:53:04 -0800 2009 | |
| |
lol | Wed May 20 09:44:57 -0700 2009 | |
| |
mp.rb | Sun Apr 26 12:25:05 -0700 2009 | |
| |
readme | Sun Apr 26 12:25:05 -0700 2009 | |
| |
todo | Sun Apr 26 12:25:05 -0700 2009 |
readme
ruby console - README [2008-12-25]
* console color library
* to make it easy to color the console
wow....
GIT TUTORIAL
git add [file|folder]
git commit -m "lolmessage"
git push # push to server
git pull # pull from server
git status # what has changed / what's there to commit
git log # commit history
git log master # (vielleicht) commit history am server / branch
HALP
add this to .git/config
[branch "master"]
remote = origin
merge = refs/heads/master
ruby console - README [EOF]
