Tag: git
All the articles with the tag "git".
-
Useful git hooks - Part 4
Summary of an expanded git hooks suite enforcing branch merge order, rebase safety, TeamCity build status, and push timing rules.
-
Useful git hooks - Part 3
Completion of the git hooks suite with functional tests using PoshUnit and UI Automation PowerShell Extensions.
-
Useful git hooks - Part 2
Adds a commit-msg hook that enforces TFS work item ID prefixes on all commit messages.
-
Useful git hooks
Introduction to a git hooks repository that prevents ugly pull-merge commits from cluttering git history.
-
git - change date of commit
PowerShell snippet to change the author and committer date of an existing git commit using GIT_COMMITTER_DATE and --amend.
-
Guide how to easy screw up your git repository
A real incident where a wrong-branch git reset --hard corrupted a release branch, with recovery steps for the team.
-
posh-git _ WARNING_ Could not find ssh-agent
How to suppress the posh-git ssh-agent warning by commenting out Start-SshAgent in the profile script.
-
Git Extensions from console
How to launch Git Extensions GUI from the command line on Windows by creating a custom git alias script.
-
Git and typos
Shows how to enable git help.autocorrect to automatically fix and run mistyped git commands.
-
PowerShell _ Git = posh-git
Installing and configuring posh-git for PowerShell tab completion with Git, including a fix for slow prompt performance.