Git
Last updated
Was this helpful?
Last updated
Was this helpful?
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
() to ssh
Set git global config (which are already set for you in )
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:
When to use Rebase vs merge?
When merging feature -> main
or release -> main
use merge
When merging main --> feature
to keep your feature branch up-to-date, use rebase
Read jeffkreeftmeijer's blog