Version Control

  • submit to reddit

Git - Simple File Management

Files can be added, committed and removed from git repositories using one or more of the following commands: Adding a file named "testFile.xml" to the...

0 replies - 3812 views - 05/21/13 by Matt Vickery in Articles

Building a full-text index of git commits using lunr.js and Github APIs

Github has a nice API for inspecting repositories – it lets you read gists, issues, commit history, files and so on. Git repository data lends itself to...

0 replies - 3184 views - 05/20/13 by Gary Sieling in Articles

My Mom Told me That Git Doesn't Scale

Did you have a good Mother's Day? This GitHub developer's mom is certainly interesting... With over 2 million and a half repositories, GitHub is the...

0 replies - 3338 views - 05/13/13 by Mitch Pronschinske in Articles

Git Going with Distributed Source Control

Introduction to Git from Øredev Conference on Vimeo. Many development shops have made the leap from RCS, Perforce, ClearCase, PVCS, CVS, BitKeeper or...

0 replies - 2660 views - 05/08/13 by Mitch Pronschinske in Articles

I Hear You Like Pull Requests

Konstantin Haase delves into adding automatic Pull Request testing to Travis CI, exploring why pull requests are so powerful: Or if you want the...

0 replies - 1933 views - 05/04/13 by Eric Gregory in Articles

Merging a Pull Request in GitHub

Often a pull request cannot be merged online due to conflicts. If there's no conflict, it is easy for you to do merging, even from the web client, with one...

0 replies - 1388 views - 05/02/13 by Madhuka Udantha in Articles

Git Bisect in Action

Today it is time for a screencast where I show an amazing git command, called git bisect. Git bisect command command...

0 replies - 1433 views - 04/30/13 by Alex Soto in Articles

Per-Commit E-mail GitHub Notifications

One thing that I miss in GitHub is the ability to get e-mail notifications on each push/commit. There is an option to set an e-mail notification address in the...

0 replies - 2501 views - 04/20/13 by Adam Warski in Articles

Apache Subversion Team Releases 1.7.9 and 1.6.21

The Apache Subversion team has announced two new releases: Subversion 1.7.9 and 1.6.21.Subversion 1.7.9 improves the error messages for...

0 replies - 1852 views - 04/14/13 by Jessica Thornsby in Articles

Links You Don't Want To Miss (4/12)

Node.js vs. PHP vs. Go Some rough benchmarking to learn a little bit about each of these languages and how they perform.14 Lessons Learned after 5 Years of...

0 replies - 4243 views - 04/11/13 by Mitch Pronschinske in Articles

Eclipse at GitHub

Almost all Eclipse Git repositories are mirrored at GitHub. The mirrors were initially set up two years ago by the nice folks at GitHub with relatively...

0 replies - 4171 views - 04/05/13 by Wayne Beaton in Articles

Maintained Divergence

Say What? Simply put, Maintained Divergence is where you have two branches that have a common origin, and while merges may happen in either direction, there...

0 replies - 3792 views - 04/04/13 by Paul Hammant in Articles

No Seriously. We Love Git... Seriously...

The cornerstone, I think, of a good April Fools Day joke is plausibility. The more reasonable or possible the topic, the more likely it is that you’ll fool...

0 replies - 2827 views - 04/03/13 by Wayne Beaton in Articles

Quick Access to VCS Operations in IntelliJ IDEA

 JetBrains's IntelliJ IDEA has a lot shortcut keys to increase your development productivity. I always prefer to leave my hands on the keyboard when...

0 replies - 848 views - 04/02/13 by Hubert Klein Ikkink in Articles

The Great Git Experiment

While many projects have claimed success with Git, a great many projects and developers continue to struggle with its adoption. In the fall of 2012, several...

1 replies - 9794 views - 04/01/13 by Wayne Beaton in Articles