Thursday, January 9, 2014
Monday, July 1, 2013
My recent publications on InfoQ.com
Introducing DevOps to Traditional Enterprises - Niek Bartholomeus recently finishing composing a four post DevOps focused blog series about leading the implementation of configuration management and release management in a traditional enterprise. Niek covers the theory of DevOps, then an analysis of the problems with software delivery within a traditional enterprise, and finally the application of specific DevOps practices. Jun 23, 2013
Friday, April 19, 2013
Remove a git sub-module (How to)
How to remove a submodule (Excerpt from https://git.wiki.kernel.org/index.php/GitSubmoduleTutorial#Removal)
1. Delete the relevant line from the .gitmodules file.
2. Delete the relevant section from .git/config.
3. Run git rm --cached path_to_submodule (no trailing slash).
4. Commit the superproject.
5. Delete the now untracked submodule files.
1. Delete the relevant line from the .gitmodules file.
2. Delete the relevant section from .git/config.
3. Run git rm --cached path_to_submodule (no trailing slash).
4. Commit the superproject.
5. Delete the now untracked submodule files.
Subscribe to:
Posts (Atom)