-
Recent Posts
Recent Comments
- Mark Webb on Git For Windows Developers – Git Series – Part 1
- Cherif on Git For Windows Developers – Git Series – Part 1
- Jason Meridth on Git For Windows Developers – Git Series – Part 1
- sb22 on Git For Windows Developers – Git Series – Part 1
- Jason Meridth on A very good introduction to TDD, NHibernate, DDD, NUnit
Archives
- June 2011
- September 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
Categories
- .NET
- Agile
- agile project management
- altnetconf
- apache
- apple
- ASP.NET
- ASP.NET MVC
- Automated Build
- Ayende
- bash
- blogging
- Blogs
- Books
- C#
- castle
- charity
- community
- Community Server
- continous integration
- Continuous Integration
- CruiseControl.NET
- Design Patterns
- DotNetNuke
- Events
- firefox
- friends
- funny
- gems
- git
- gitosis
- gitweb
- Good Finds
- Google Reader
- Hardware
- hosting issues
- howto
- htpasswd
- hudson
- Instant Messaging
- integrityapp
- JetBrains
- Kernel
- keyboard shortcuts
- Linux
- LosTechies
- members
- microsoft
- migrations
- Misc
- Mocking
- monorail
- movies
- MSBuild
- msdn
- MVC
- NAnt
- nginx
- NHibernate
- oauth
- Open Source
- Pair Programming
- Personal
- pragprog
- presentation
- principles
- Programming
- python
- rails
- rake
- ReSharper
- rspec
- ruby
- san antonio
- Scrum
- selenium
- selenium remote control
- shoulda
- slicehost
- SOLID
- ssh
- Stand-Up
- Subversion
- TDD
- TeamCity
- test::unit
- testing
- textmate
- Tools
- Ubuntu
- Uncategorized
- Virtual Machine
- Visual Studio
- vmware
- windows
- Windsor
- xkcd
- XP
Meta
Author Archives:
git instaweb
I was reading “Pro Git” by Scott Chacon and was on the section about “git instaweb”. This is where you can run gitweb, a cgi script that comes with git, locally or on a server. I have successfully gotten gitweb … Continue reading
Posted in git
3 Comments
Using gsub to wrap substring
Over my lunch today I finally had an opportunity to use something I learned yesterday reading Dan Croak’s “gsub with a block” post on the Thoughtbot blog. I use the twitter gem and just display my last status on my … Continue reading
Posted in Uncategorized
Comments Off
"git commit -a" and "git add"
I’ve heard or read too many git blog posts/pod casts state that if you create a new file in your local Git repo and you want to shorten the steps on getting it added to the local repository, all you … Continue reading
Posted in git
Comments Off
Git local pre-commit hook
I’ve personally added a pre-commit hook to my local git repos. It’s like a personal CI before I push back to origin/master. I run my tests locally anyway before committing and pushing, so I thought I would automate it. I … Continue reading
Posted in git
Comments Off
Git Post-receive hook with integrity post call
Using the following code: This git post-receive hook script queries the latest commit, gets the revision changes, and then passes that payload (via json) to a net/https POST call. I setup our Integrity CI server with a self-signed certificate and … Continue reading
Posted in git, integrityapp
2 Comments
Git For Windows Developers – Git Series – Part 4
ROUGH DRAFT – NOT READY FOR RELEASE OR REVIEW This post is on TortoiseGit. For those that may be unaware, there is a very popular tool called TortoiseSVN that integrates with the Windows Explorer and allows a Windows User … Continue reading
Posted in Uncategorized
Comments Off
Git For Windows Developers – Git Series – Part 3
Git For Windows Developers – Git Series – Part 1 Git For Windows Developers – Git Series – Part 2 Git For Windows Developers – Git Series – Part 3 THE .GIT FOLDER Note: The SHA1s and tags in this … Continue reading
Posted in git, windows
5 Comments
Git For Windows Developers – Git Series – Part 2
Git For Windows Developers – Git Series – Part 1 Git For Windows Developers – Git Series – Part 2 Git For Windows Developers – Git Series – Part 3 UPDATE: I no longer use the “git pull –squash…” workflow. … Continue reading
Posted in git, windows
23 Comments
Git For Windows Developers – Git Series – Part 1
UPDATE: I’ve updated the msysgit installation screens so they are more current. Git-1.7.7.1 is the latest one as of this update. The subsequent screens show Git-1.6.3. I assure you that all of the commands in the first three parts of … Continue reading
Posted in git, windows
33 Comments
LosTechies welcomes Ryan Svihla
We are happy to announce a new member, Ryan Svihla. Ryan is an active member of the San Antonio software development community. Ryan regularly attends and contributes to AlamoCoders, The San Antonio Tech Book Club, and SA Ruby. His prior … Continue reading
Posted in LosTechies, members
1 Comment
