Icon_search

Items tagged with "git"

Show:  All  |  News Items  |  Blog Posts

News Items

There are no news releases with that tag.


Blog Posts

Git Error "failed to push some refs"

May 6, 2009 by Travis

If you're trying to push a git repo to GitHub and run into the following error: ! [rejected] master -> master (non-fast forward) error: failed to push some refs to 'git@github.com:me/project_name.git' There's an easy fix! Just run: git pull origin master And you should be good to go!

Tagged: git

Branching My Face Off... with SVN

Dec 18, 2008 by Colin

To answer the obvious question up-front: yes, I'm very aware that Git is hott: proof . In fact, I'm using it to manage my pet soon-to-be-open-source project that I'll announce soon. But we're using Subversion at work, and honestly, I'm a little afraid of trying to migrate a whole company to a new version control system when the current system works fine...

Tagged: svn, git, branches, branching, branch, merge

Git With the Program

Jun 23, 2008 by Travis

Git is "an open source version control system designed to handle very large projects with speed and efficiency." It's also well-suited for smaller repositories and is very popular in the open source community because of its ability for many people to work on the same project. Git is much faster than most other, more common version control systems. We're still runni...

Tagged: git, subversion