Git
Git tips and FAQ
Show contributors
Reverting a failed update
Is there a way to remove all ignored files from a local git working tree?
Prune local branches
GitHUb: change remote from
http
(https://github.com/xmlking/yeti.git) tossh
Set git global config (which are already set for you in dotfiles)
Rename git tags
Undoing the Last Commit:
Tags
setup ssh keys for github and signing GPG key for commits and tags
TODO YubiKey
5 steps to change GitHub default branch from master to main
Ref: 5-steps-to-change-github-default-branch-from-master-to-main
When to use Rebase vs merge?
When merging
feature -> main
orrelease -> main
use mergeWhen merging
main --> feature
to keep your feature branch up-to-date, use rebase Read jeffkreeftmeijer's Rebase vs Merge blog
Last updated