Short notes with tech tips and tricks that I learn from day-to-day.
- Keep the message when amending files in the last commit
- Pull (fast forward) another branch
- Show patch diff for merge commits in
git log
- Stash specific files
- Use
switch
andrestore
commands in Git from 2.23
Inspired by https://github.com/jbranchaud/til
Other TILs:
© 2020 James Murty
This repository is licensed under the MIT license. See LICENSE
for details.