Rules to Better Version Control with Git
- Do you know the benefits of using source control?
- Do you know these important git commands?
- Do you use a .gitignore file to keep your Git repository clean?
- Do you know how to manage NuGet packages with Git?
- Do you know how to programmatically get Git commits?
- Do you know The Levels to Git Mastery?
- Do you protect your main branch? aka branch protection
- Do you know to Rebase not Merge?
- Do you know The Golden Rule of Rebasing?
- Do you know how clean up stale remote branches in git?
- Do you know the best tool to migration from TFVC to Git?
- Do you know to connect to VSTS Git with Personal Access Tokens
- Do you know what to do after migrating from TFVC to Git?
- Git - Do you know when to create a fork vs a branch?
- Do you have a clean git history?
- Do you know how to change the date of an existing commit?
- Do you handle Multi-OS dev teams in source control?