Posts tagged 'git'
November 2, 2020
Using dotfiles and Git to manage your development environment across multiple computers
Dotfiles are a key piece of your development environment. Let's walk through how to synchronize and back up your dotfiles utilizing a git repository.
7 min read
7 min read
September 28, 2020
How to change the author information in the commit history of a git repository
In this tip I'll walk you through how to fix incorrect author information in the commit history of a git repository.
7 min read
7 min read
July 19, 2016
How to setup a git repository to post commit notifications to Slack
How to install a bash script that posts a new message into a Slack channel when commits are pushed to your project's git repository.
4 min read
4 min read