Skip to content

oneup/ruby-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]