git-sh
git-sh copied to clipboard
A customized bash environment suitable for git work.
As long as the user is only viewing one commit, it's best to show the full commit info.
`git worktree` introduced in git 2.5: https://git-scm.com/docs/git-worktree
I'm curious if there's any fork that's actively maintained.
Most OS X systems have .bash_profile files, not .bashrc. This pull request adds .bash_profile sourcing.
As this integrates into the users shell, I think it would be beneficial for the command 'cd ~' (which would usually cd to the users home directory) to cd to...
From https://github.com/thoughtbot/gitsh I loved the feature of using `enter` to get the current `git status`. It feels very natural and a handy shortcut. (I do like how most commands, i.e....