Pages
-
Recent Posts
Categories
Links
Meta
Category Archives: Git – Version Control
Git: A simple workflow, commands, and usage
There are a lot of Git workflows, tips, usage models, tutorials, books, and other such resources out there. Nonetheless, the issue I always encounter when introducing git to new users (both new to version control and new to decentralized version … Continue reading
Git Basics – How Git Saves Your Work
When first learning Git, most folks take a cookbook approach. You “git add” and “git commit” as you move along with your project. Git is a version control system, so you assume your keeping track of changes in your project, … Continue reading
Posted in Git - Version Control
1 Comment
You should be using a version control system
During a relatively short-time, I’ve had the opportunity to work with a lot of developers on a large variety of projects. Many of these projects were centered around single developers or small teams when I came into the picture. These … Continue reading
Posted in Git - Version Control
Leave a comment
Git User’s Survey 2010
Git version control software is gaining in popularity. Git Users just completed the latest survey of their Git usage. The results have been published by “Planet Git,” to whom we are indebted to for the results in this article. The … Continue reading
Git – Recover a File
I was knee deep in work the other day and accidentally overwrote a file that I had spent some time working on a couple of days ago. I was not happy. However, since I commit my work often with git, … Continue reading