Explore >> Select a destination


You are here

daveceddia.com
| | darkcoding.net
15.5 parsecs away

Travel
| | Solvitas perambulum
| | digitaldrummerj.me
13.1 parsecs away

Travel
| | Web Developer, Tester and Professional Speaker; passionate about good code, automated testing, devops, and presenting.
| | wittchen.io
10.8 parsecs away

Travel
| | Recently Ive created a simple Python script, which checks whether development branch has all changes from master branch in a Git repository. Its important when we work in a Git Flow. Branch inconsistency may occur when change with hot-fix will be committed to master branch and we forget to merge master branch back to development branch to have our hot-fix in a development version of the project as well. We should keep branch consistency to avoid merge conflicts and problems with release of the project in...
| | betterdev.blog
84.4 parsecs away

Travel
| We investigate what is Git fast-forward merge mode behavior, how does it affect repository history and why one should think about disabling it.