-
Recent Posts
Recent Comments
- Michael Sumerano on Announcing posh-tf
- Keith Dahlby on Announcing posh-tf
- Tom de Koning on Announcing posh-tf
- Keith Dahlby on Announcing posh-tf
- Akash Chopra on Announcing posh-tf
Archives
Categories
- ASP.NET
- asp.net mvc
- ASP.NET Web API
- Book Review
- ControllerSessionState
- ControllerSessionStateAttribute
- DataContext
- DLINQ
- Expression Trees
- Extension Methods
- F#
- fsharp
- fsrazor
- Functional Construction
- Functional Programming
- git
- git-achievements
- git-svn
- Hacking LINQ
- HTTP Compression
- IDisposable
- IIS
- ILazyContext
- ILazyQueryable
- Iterators
- LazyLinq
- LINQ
- LINQ to SQL
- msysgit
- mvc 3
- NUnit
- Performance
- posh-git
- posh-tf
- powershell
- Queryable
- razor
- red-gate
- Refactoring
- reflector
- RenderAction
- Serializable
- SessionStateAttribute
- SharePoint
- SPExLib
- Stack Overflow
- STLDODN
- testing
- Uncategorized
- WatiN
Meta
Category Archives: posh-git
Announcing posh-tf
As you may or may not know, I’ve been a fan of Git for a while now. I’ve hacked on an implementation of it, I’ve presented on it, I’ve even built a PowerShell environment for it that’s used by at … Continue reading
Also posted in posh-tf, powershell
5 Comments
posh-git v0.4
I figure a year between releases is plenty, so I’ve tagged a v0.4 release of posh-git. Really the notion of versions for a bunch of scripts on which noone depends seems a bit silly…if a feature seems to be missing, … Continue reading
Also posted in git, powershell
3 Comments
posh-git on Herding Code
Earlier this month I had the opportunity to record an episode of Herding Code with GitHubbers Paul Betts and Phil Haack on the state of Git for Windows: Herding Code 132. Topics included discussions on why Git hates developers and … Continue reading
Also posted in git
Leave a comment
posh-git Release v0.3
On a whim, I’ve decided to tag a v0.3 release of posh-git (which has been stable for a few months now). In this release… Installer Previously the setup process for posh-git was undefined. Daniel Hoelbling was kind enough to put … Continue reading
Also posted in git, powershell
Leave a comment
posh-git Release v0.2
I just tagged the v0.2 release of posh-git, which you can download here. This is the last release supporing msysgit 1.6.5 and 1.7.0. In this release… PowerShell Module Thanks to a contribution from David Muhundro, posh-git now exposes its functions … Continue reading
Also posted in git, powershell
2 Comments
Lazy PowerShell Coalesce-Args
A while back I posted a coalesce function for PowerShell that would try to return the first non-null argument passed to it. One drawback of this function is that each argument expression will be evaluated before being passed into the … Continue reading
Also posted in powershell
1 Comment
posh-git Release v0.1
I’ve made a bit of progress on posh-git since my last post and figured now is as good a time as any to tag a v0.1 release, which you can download here. In this release… Git Branch in PowerShell Prompt … Continue reading
Also posted in git, powershell
3 Comments
posh-git: A PowerShell Environment for Git
I’ve been meaning to put together a post about this for a few days, but Mark Embling beat me to it. I’m a big fan of PowerShell and Git, but had never bothered using them together until Jeremy Skinner’s post … Continue reading
Also posted in git, powershell
2 Comments
