Re: git bash shell related tips

2013-07-07 Thread Rohit Yadav
On Wed, Jul 3, 2013 at 9:27 PM, Chip Childers wrote: > On Wed, Jul 03, 2013 at 09:19:29PM +0530, Prasanna Santhanam wrote: > > On Wed, Jul 03, 2013 at 11:31:38AM -0400, Chip Childers wrote: > > > > > > > > Have fun. > > > > > > +1 - I couldn't survive without completion and prompt info. > > > > zs

Re: git bash shell related tips

2013-07-03 Thread Chip Childers
On Wed, Jul 03, 2013 at 09:19:29PM +0530, Prasanna Santhanam wrote: > On Wed, Jul 03, 2013 at 11:31:38AM -0400, Chip Childers wrote: > > > > > > Have fun. > > > > +1 - I couldn't survive without completion and prompt info. > > zsh + oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh) ^^^ this

Re: git bash shell related tips

2013-07-03 Thread Prasanna Santhanam
On Wed, Jul 03, 2013 at 11:31:38AM -0400, Chip Childers wrote: > > > > Have fun. > > +1 - I couldn't survive without completion and prompt info. zsh + oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh) Plugins: https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins -- Prasanna., -

Re: git bash shell related tips

2013-07-03 Thread Chip Childers
On Wed, Jul 03, 2013 at 05:18:48PM +0900, Thomas O'Dowd wrote: > Hi all, > > Noticed a conversation on irc today regarding git, branching, rebasing > etc. A couple of tips that most of you probably already know/use but > perhaps others don't: > > 1. Check if your system already includes git compl

git bash shell related tips

2013-07-03 Thread Thomas O'Dowd
Hi all, Noticed a conversation on irc today regarding git, branching, rebasing etc. A couple of tips that most of you probably already know/use but perhaps others don't: 1. Check if your system already includes git completions by typing a command like "git br" and then pressing TAB twice. If it c