oneup / ruby-console

console color fun

This URL has Read+Write access

name age message
file bukket.rb Sun Apr 26 12:25:05 -0700 2009 lol [natano]
file console.rb Sun Nov 23 21:59:01 -0800 2008 ascii support added [natano]
file demo.rb Wed Feb 18 17:53:04 -0800 2009 demofix [natano]
file lol Wed May 20 09:44:57 -0700 2009 lol [natano]
file mp.rb Sun Apr 26 12:25:05 -0700 2009 lol [natano]
file readme Sun Apr 26 12:25:05 -0700 2009 lol [natano]
file todo Sun Apr 26 12:25:05 -0700 2009 lol [natano]
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]