Skip to content

Instantly share code, notes, and snippets.

@hobodave
Created August 20, 2008 21:06
Show Gist options
  • Save hobodave/6449 to your computer and use it in GitHub Desktop.
Save hobodave/6449 to your computer and use it in GitHub Desktop.
davids-macbook-pro ~/dev/php/work/project: git st
# On branch master
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
#
# modified: lib/config.php
#
no changes added to commit (use "git add" and/or "git commit -a")
davids-macbook-pro ~/dev/php/work/project: git add .
davids-macbook-pro ~/dev/php/work/project: git st
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: lib/config.php
# new file: www/js/livepipe-ui
# deleted: www/js/livepipe-ui/MIT-LICENSE
# deleted: www/js/livepipe-ui/README
# deleted: www/js/livepipe-ui/lib/dragdrop.js
# deleted: www/js/livepipe-ui/lib/effects.js
# deleted: www/js/livepipe-ui/lib/prototype.js
# deleted: www/js/livepipe-ui/lib/resizable.js
# deleted: www/js/livepipe-ui/lib/scriptaculous.js
# deleted: www/js/livepipe-ui/lib/slider.js
# deleted: www/js/livepipe-ui/src/contextmenu.js
# deleted: www/js/livepipe-ui/src/cookie.js
# deleted: www/js/livepipe-ui/src/event_behavior.js
# deleted: www/js/livepipe-ui/src/hotkey.js
# deleted: www/js/livepipe-ui/src/livepipe.js
# deleted: www/js/livepipe-ui/src/progressbar.js
# deleted: www/js/livepipe-ui/src/rating.js
# deleted: www/js/livepipe-ui/src/scrollbar.js
# deleted: www/js/livepipe-ui/src/selection.js
# deleted: www/js/livepipe-ui/src/selectmultiple.js
# deleted: www/js/livepipe-ui/src/tabs.js
# deleted: www/js/livepipe-ui/src/textarea.js
# deleted: www/js/livepipe-ui/src/window.js
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment