Set up custom Git commit templates to standardize your commit messages.
Topic: git
Use the
git log -S
to find a commit than added or removed a string from a code base.A
git yolo
command to commit all current changes to Git with a timestamp.How to perform a dry run before you remove all the untracked files in a Git repository.
A smart approach to handle dotfiles without symlinks and setup scripts.