Git Recipes
Branches
master to main branch migration
git branch -m master main
git push -u origin main
Migrations
SVN (Subversion) to git migration
- Migrating to Git from SVN by GitKraken
- Learn how to migrate from SVN to Git, including history by Azure DevOps
Updates
Self-update git on Windows
git update-git-for-windows