Push Git Repo Into Shared Hosting Account Like Hostgator
Many use 3rd party git hosting (Github.com) to host their git repos, but sometimes you’re not wanting to take your project to a social network. Sometimes your repo is for yourself, for your website and no one else. I want to run you through how to setup your Hostgator account with the configuration needed to [...]
Pre And Code Tags In Github Markdown
Not sure if there is some hidden resource somewhere on their site or blog, but I couldn’t find how to get syntax highlighting with <pre> and <code> tags. Here is what I found out. Pre and Code Tags In Github Not sure when/where I found that you could use <pre> and <code> tags, but I [...]
Hubot’s Gtalk Adapter
Hubot is an awesome chatbot written by the Github Team and opensources recently. At work we don’t use chatroom environments, instead we use Gtalk. Our campus has staff located in several building and we all communicate via our enterprise Gtalk. IT and non tech savvy people have taking a liking to communication via the messenger. [...]
Github’s Hubot on Joyent’s no.de Smart Machines
I had an exciting adventure hacking away at Github’s chat bot, Hubot. Hubot uses node.js as the webserver, redis for database and coffeescript for programming language. In this tutorial we will hook Hubot into a Campfire chatroom running on a free node.js server from http://No.de. Incase you have no idea what Hubot is, and you [...]
Postgre SQL/PL Function For Generating PostGIS Spatial Data
Recently I wanted to benchmark PostGIS spacial engine with massive amounts of data. If I were to be a GIS professional I would probably have a “go-to” place for huge datasets, but I am not so I couldn’t. I wanted to benchmark spatial queries against 1 million records, just to get a good idea of [...]
Git repo inside a Git repo
To a lot us of picking up git for the first time, sometimes we wonder what if I had a git repo inside another git repo. Alternatively, you may need to include an existing repo into a new project. None the less, I will try to explain how to use git repos inside other git [...]
Adding Git Tags To Your Commit History
If your workflow does not have a dedicated “production” and “development” branch. You might find yourself with a master branch that has 50+ commits and a handful of those are “stable” and rollback worthy. Here is a quick little reference on how to get tags in place so you can rollback to a stable commit [...]
Untrack Files In Git Repos Without Deleting Them
For whatever reason, sometimes we find ourselves in these “pickles” where we need to delete a file in our Git repo but we don’t want the file to be deleted when others pull from the server. Better said, we want to untrack files from our Git Repo. The answer to your problems is: Scenario Your [...]
Symbolic Links In Workflow
Recently, I have been using and abusing symbolic links at the work place. So i figured, hey why not share my workflow? Using symbolic links as a local source control system can save lots of time and head aches. Shortcuts Don’t Cut It Shortcuts are actual files (.lnk on windows) that perform the task of [...]
Redmine Wiki HTML Utility
At work we use a project management system called Redmine. So far I have been very pleased with the ease of use, Git repository integration, issue tracking and wikis for all your projects. Redmine offers a lot more than just Git integration, issue tracking and wikis. It is also open source! Visit the website for [...]
hello?
Twitter
Github
LinkedIn
Vizualize.me
Facebook
Amazon Wishlist