10 posts in category "git".
Using multiple worktrees with git
Use multiple worktrees to make working with branches and bug fixes much easier with git
How to git add only files that have already been staged
Adding only those files already staged, back to the index with new changes
Using git at a hackathon where git:// port is blocked
A quick guide to using git over https instead of git protocol when the latter is blocked.
git learns pre-push hook - new in 1.8.2
A new feature in Git 1.8.2 - pre-push hook to control what gets pushed out.
git learns to ignore better - new in 1.8.2
A new feature in Git 1.8.2 - better ignoring of files through .gitignore and git check-ignore.
Writing a Git provider for Windows Powershell - Part 3
In this final part, we look at implementing some basic Git commands like status, add, commit etc using the provider interface.
Writing a Git provider for Windows Powershell - Part 2
In this part we look at creating the provider and mounting the default drive at git:\
Writing a Git provider for Windows Powershell - Part 1
In this first part, we will look at setting up the infrastructure required to write a PowerShell provider for Git - creating a snap-in, registering the provider etc.
Learning by answering questions
I have been learning a lot lately by answering questions on Stack Overflow. This post is about my journey of learning by answering questions.