beheadedmyway / gity

The Mac Client for Git
http://gityapp.com
Other
382 stars 41 forks source link

Changes to statics and new Terminal feature #24

Closed mbrumbelow closed 13 years ago

mbrumbelow commented 13 years ago

Removed all the static Cocoa variables in gity that were actually singletons accessed through class methods. This will remove some potential access problems and may weed out some hidden concurrency issues.

Added the ability to view the current active branch in a new Terminal session.