Use multiple worktrees to make working with branches and bug fixes much easier with git
Adding only those files already staged, back to the index with new changes
A quick guide to using git over https instead of git protocol when the latter is blocked.
A new feature in Git 1.8.2 - better ignoring of files through .gitignore and git check-ignore.
A new feature in Git 1.8.2 - pre-push hook to control what gets pushed out.
I love doing git shortlog -sne
to get number of commits by each author in a git repo ( don’t aske me why!)
In this final part, we look at implementing some basic Git commands like status, add, commit etc using the provider interface.
In this part we look at creating the provider and mounting the default drive at git:\
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.
I have been learning a lot lately by answering questions on Stack Overflow. This post is about my journey of learning by answering questions.