Git
Writing collected under this topic.
GitSecuring Git: Remove Sensitive Information
Protect your code from security breaches by using BFG tool to remove sensitive information from Git history. Learn how to do it in this comprehensive guide.
GitGuide to Pull Request Templates
Improve collaboration and code reviews with pull request templates. Blog include PR template and how to create one on github/gitlab
GitGit Branch 101
Branching is a new path of development that makes it a lot easier to build features. Learn why and how to use branching in git.
GitStart your Open Source journey today
Start your OSS journey with intro to GIT. Participate in Hacktoberfest!
GitGit tags : Explained
What Git tags are, why and when to use them, and how to start tagging releases in your own projects.