Most tortoise git related news are at:
Migrating Replication Subscribing Databases 9 Aug 2012 | 06:34 pm
A new blogpost has been posted by Ted Krueger (onpnt) on Aug 9, 2012 in category Database Administration
Index Seek on LOB Columns 8 Aug 2012 | 07:35 pm
A new blogpost has been posted by Ted Krueger (onpnt) on Aug 8, 2012 in category Database Administration
More tortoise git related news:
Export files in a commit in GIT. Just like SVN Export Files in Tortoise mansoorlakhani.com 22 Feb 2012 | 12:22 am
git diff-tree -r --no-commit-id --name-only --diff-filter=ACMRT $commit_id | xargs tar -rf mytarfile.tar
5 reasons I love SASS – The Future of CSS and Stylesheets onerutter.com 23 May 2012 | 11:20 am
My introduction to SASS (Syntactically Awesome Stylesheets) started with the Mobify platform, where I was introduced to SASS, Kaffeine, Dust JS and Git in mass amounts. At first, I was reluctant to us...
Bash autocompletion for Git cakebaker.42dh.com 6 Apr 2011 | 04:36 pm
One thing I often wished to have when using Git was the ability to autocomplete Git commands and branch names. As I had to learn this week from Markus Prinz’ article A few of my Git tricks, tips and w...
Git-as-sync, not source-control-as-deployment blog.ianbicking.org 14 Feb 2012 | 05:30 pm
I don’t like systems that use git push for deployment (Heroku et al). Why? I do a lot of this: $ git push deploy ... realize I forgot a domain name ... $ git commit -m "fix domain name" -a ; git ...
HOWTO: Create and submit your first Linux kernel patch using GIT blogs.koolwal.net 27 Feb 2011 | 10:09 am
After working with Linux (mostly as an advanced user) for years, I decided to post my first Linux kernel patch (although trivial but hey you need to start somewhere!) and I was thrilled when it first ...
TIP: Getting rid of permission error when compiling kernel from GIT source blogs.koolwal.net 13 Jan 2011 | 07:49 am
Problem So recently I was in a situation where I had to use the git-bisect tool to find a bug that was causing my system to hang during early boot. One of the first step to do that is to get kernel gi...
Tips! ASP.NET MVC – JavaScriptSerializer – 3 Questions and 3 Answers michaelsync.net 5 Apr 2012 | 03:16 pm
Thanks to Darin Dimitrov (MVP) for answering questions in very details! Test Project Download ~ git clone: git@github.com:michaelsync/Michael-Sync-s-blog-sample.git AjaxJsonTest Scenar...
Building ASP.NET MVC, Web API, and Web Pages source code michaelsync.net 2 Apr 2012 | 01:42 pm
Update #1: Brad Wilson replied me as below ~ Paul Betts has diagnosed this as having some auto-generated files which are currently UTF16, which Git does not support. I’m working to figure out exact...
I don't git it dave-cohen.com 20 Mar 2011 | 12:56 am
Adding a tag to a git tree is not hard, as long as you know the secret parameters . Deleting a tag is another story. Here's what you'd expect to work... [dave@starbuck fb-3]$ git tag -d 6.x-3.0-R...
2 months ihumanable.com 1 Sep 2010 | 03:02 am
that's a pretty sweet logo On June 3rd I typed the following into my Terminal. mkdir faveroo cd faveroo git init On August 15th I typed the following into my Terminal. cd ~/src/faveroo php ...

