Git Hook Prepend Commit Message2020 January 11·4 minsgit productivity python scriptAt work we have to add the Jira issue number to each pull request, branch and commit. This is to help Management with planning.
Empty Git Commits2019 September 18·1 minprogramming git CI DevOpsSome build pipelines have steps which are only triggered if a certain phrase is contained in the commit message. The problem is sometimes e.
Command Line Git Aliases2019 February 11·2 minsbash command line git linux macOS programming productivityWorking with version control is a must for good software development. I use git personally and at work. The GUI in VS Code is good for some git work e.