rtomayko / git-sh

A customized bash environment suitable for git work.
GNU General Public License v2.0
737 stars 83 forks source link

Feature: Source the current working repo's config #2

Closed sprsquish closed 13 years ago

sprsquish commented 14 years ago

git-sh isn't picking up the aliases from .git/config in the current working repo. Being able to run repo specific aliases would awesome.

rtomayko commented 13 years ago

Hmm. So it is picking up per repo aliases but only when the program starts. That's probably a little too expensive to run after every command. I'd say for now a good workaround would be to run exec git-sh when you want to load in new aliases for the current project.