Skip to content

Instantly share code, notes, and snippets.

@johnnygoodman
Created August 21, 2009 02:27
Show Gist options
  • Save johnnygoodman/171605 to your computer and use it in GitHub Desktop.
Save johnnygoodman/171605 to your computer and use it in GitHub Desktop.
johnny@johnny-laptop:~/www/blog/config$ gst | more
# On branch master
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
#
# modified: ../app/views/posts/index.html.erb
# modified: ../db/development.sqlite3
# modified: ../log/development.log
# modified: ../public/stylesheets/scaffold.css
#
no changes added to commit (use "git add" and/or "git commit -a")
johnny@johnny-laptop:~/www/blog/config$ cat ../.gitignore
log/*.log
tmp/**/*
config/database.yml
db/*.sqlite3
johnny@johnny-laptop:~/www/blog/config$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment