* Git aware shell (Thanks Work Habit)
- When inside a repository, the shell will append the current branch to the
end of the path, as well as a * if there are uncommitted changes.
For example: username[/path/to/repository][master*]
* Awesome git configuration (Thanks Work Habit) - command aliases and
pretty colors
- git st git status
- git ci git commit
- git cia git commit -a
- git br git branch
- git co git checkout
- git df git diff
- git lg git log -p
- git sth git stash
- git up git pull origin
- git who git shortlog -s --
- git spull git !git-svn rebase
- git spush git !git-svn dcommit
This module allows you to use coffeescript code in Drupal. Rather than, drupal_add_js, simply use coffeescript_add_cs. Coffeescript is a better alternative to Javascript.