Created
January 7, 2009 01:33
-
-
Save TheNicholasNick/44129 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby-merb@localhost ~/merb-project $ git init | |
Initialized empty Git repository in /home/ruby-merb/merb-project/.git/ | |
ruby-merb@localhost ~/merb-project $ git add . | |
ruby-merb@localhost ~/merb-project $ git commit -m "first commit" | |
ruby-merb@localhost ~/merb-project $ git status | |
# On branch master | |
nothing to commit (working directory clean) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment