Passion vs Stuff
September 4th 2010Over the past view days I once again went undercover at a Ruby conference, Ruby Hoedown in Nahsville, Tennessee. I say undercover because I’m not a rubyist by trade, but only as a hobbyist…
Over the past view days I once again went undercover at a Ruby conference, Ruby Hoedown in Nahsville, Tennessee. I say undercover because I’m not a rubyist by trade, but only as a hobbyist…
This weekend was the 2010 St Louis Day(s) of .Net. This year the event proved to be bigger and better than last year with more speakers, more rooms and more attendees. While still at the same venue, the Ameristar Casino in St Charles, they held sessions in several new rooms…
As might have been assumed in my previous post we are transitioning to git and Im tailoring my command prompt to something that suits the way I think and the information I want to see change over time. Right now my prompt gives me several immediate clues:
As I use git more and more, not scenarios arise. The most recent one is what happens if you change a file after you stage it.
In this case we staged a and then made more changes. What should the command prompt look like? It is something that is important to me because I might be unaware that there are changes that arent going to be committed.
But how do you show that? That other symbols Im using are pretty clear. What about this case?
Maybe something like:
d:\temp\foo (master ~1~) >
I kind a like that because it tells me there is one file will only partially be committed. The prompt could get very large but given this case is rare, its unlikely to be that big of a deal. Those changes made after the stage will not be committed.