Bluesky
GitHub
RSS
Home
Blog
Talks
TIL
Saved
OSS
|
Ideas
|
Uses
#git
Tips and tricks for working with Git
2022
Running `gickup` on a QNAP NAS
Backup your
git
repositories on a schedule using
gickup
. Do it to your NAS, and make it a "set and forget" backup process.
#backup
#git
#github
2021
Understanding .gitignore with `git check-ignore`
Understand why a path is (or isn't!) being ignored in your repository
🎓
#git
Show untracked files with `git status`
Customise how
git
shows untracked folders and files in your repository using the
-u
flag, or the
showUntrackedFiles
config option
🎓
#git
A better `git blame` with `--ignore-rev`
Automatically ignore any automated changes in
git blame
by ignoring specific commits
🎓
❤️
#git
2020
Retag a Git Tag
🎓
#git
Restore a file without adding to the index using Git
🎓
#git
Show all files deleted since Git commit
🎓
#git
2016
Git and NodeJS on Azure Functions
#dev
#git
#javascript
#lambda
2015
Rename a git branch
🎓
#git
Git Push
🎓
#git
git and diff-highlight
#git
2013
A better git diff
#git
Useful git commands
#git
A better git log
#git
.gitconfig
#git