Skip to content

Instantly share code, notes, and snippets.

@TheNicholasNick
Created January 7, 2009 01:33
Show Gist options
  • Save TheNicholasNick/44129 to your computer and use it in GitHub Desktop.
Save TheNicholasNick/44129 to your computer and use it in GitHub Desktop.
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