#git
Read more stories on Hashnode
Articles with this tag
An introduction to a powerful tool you already own · When you find a bug after making many commits, git provides an extremely powerful tool to identify...
I've recently been working with a solution which contains 34 projects. In the file system, the root of the repository had a flat list of all 34...
I recently wanted to find out whether or not a specific commit was in a git branch. (The branch contained the code which was formed the most recent...
Adding references and explanations to commit messages to help other developers understand your reasoning · In my experience, many developers write very...
A gotcha that I ran into while updating an Azure DevOps wiki · All wikis in an Azure DevOps project are stored as git repositories. I wanted to use Find...
With git, it is possible to commit several times in one branch, then squash those commits together when merging into another branch. I most often use...