Tags
.NET back_injury beer business C# C++ career Carpentry detached_study diy ebay elisp Emacs fantasy federal_government freelancing games git GNU Google hackathon hp2600n hydrogen_fuel iphone jesus_christ laser Lisp math monkeys OpenBSD pelosi physics programming scammer SharePoint shell software_engineering superman tools video visual studio work workbench work_areas writing_skillsBlogroll
C++
People
Reference
Tag Archives: git
pre-commit script for submodule hygiene
Our team at work is using git submodules to track re-usable code across projects, and it’s been pretty good so far, but we have hit minor snags along the way (such as the absence of a ‘git submodule rm’ command!). … Continue reading
submodule moment
Seems that new features and concepts appear in Git at such a steady pace that it’s difficult for the jargon to keep up. I don’t follow the git mailing list as closely as I should: it’s too high-traffic and I … Continue reading
Extended Git Submodule Status
At work I’m involved in some projects that will very likely make heavy use of submodules. The reason is that submodules make it very convenient to make use of a set of “common” code without a ton of duplication. We’re … Continue reading
Useful Git Prompt
Here’s a snippet of bash script that I wrote to make my prompt tell me when I’m in a git repository and what branch I’m on. And to my pleasant surprise, the PROMPT_COMMAND mechanism will respect color codes, so if … Continue reading