git
Tag details
Welcome to the 'git' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'git'.
Look up
"git"
at The Free Dictionary
Latest blogosphere posts tagged “git”
-
CHOMP & STOMP 2009
Esperanza Atlanta —
Authority: 132
CHOMP AND STOMP in Cabbagetown was this past Saturday and if you weren’t there, you were probably 1 of 5 people in Atlanta that didn’t make it down. I mean, it was crowded last year, but it was certified bananas this year. We got there bright and early and right around 11am the entire metropolitan area ...12 hours ago -
New to GIT?
My Personal Blog —
Authority: 470
Are you new to GIT? Then you might want to have a look on Linus presentation about GIT on Google TechTalks . It is a live video and he gave more than one hour of presentation (1:10:14 for more precisely). Please note that if you are a CVS/SVN users and you loved it so much, you might avoid clicking above link ...14 hours ago -
Bookmarks for November 5th through November 7th
LostFocus —
Authority: 125
These are my links for November 5th through November 7th: Style Icon: Cayce Pollard from William Gibson’s "Pattern Recognition" —> NOGOODFORME.COM – So awesome you cant even see her. Captured Photo Collection » Ian Fisher : American Soldier Photos – Oh wow. Bob’s Blog – ColdFusion Tidbits: ...2 days ago -
Tutorial on GitHub
Just a Theory —
Authority: 415
Following a very good suggestion from Pedro Melo , Ive created a Git repository for this tutorial and put it on GitHub . I replayed each step, making each into its own commit , and tagged the state of the code for each entry: Create Catalyst Views with Template::Declare Catalyst with DBIx::Connector and ...3 days ago -
DVCS Score Card
SteveStreeting.com —
Authority: 118
So, I’ve just about completed my practical experiments & review of Mercurial and Git. In the end, I had far too many separate notes and sets of experiences to post, so I boiled the argument down into the 10 most important factors to me, and scored Mercurial and Git on a scale of 1-5 based on what I’d found ...3 days ago -
Daily del.icio.us for October 30th through November 5th
Vinny Carpenter's blog —
Authority: 108
Exclusive First Listen: Norah Jones : NPR – A warm, organic-sounding record, The Fall showcases Jones musical depth in exciting and unexpected ways, suitable for old fans and newcomers alike. Please leave your opinions of the album in the comments section below. Closure Compiler – Google Code – The Closure ...4 days ago -
My new Pro Git Book
Jotlab —
Authority: 115
No this is not me! But it is my new shiny Pro Git book I hope to smash through in the next few days. I want to start using Git at work for our new projects. No more .svn infectious diseases!5 days ago -
Git
Software Development Videos —
Authority: 435
This video describe what “git“; is and isn’t, and why you should use it instead of CVS, Subversion, SVK, Arch, Darcs, Mercurial, Monotone, Bazaar, and just about every other repository manager. It also walks though the basic concepts so that the manpages might start making sense.5 days ago -
Do you love Git too?
unethical blogger —
Authority: 455
In addition to RSS feeds, one of my favorite sources of reading material is the Git mailing list ; Im not really active, I simply enjoy reading the discussions around code and the best solutions for certain problems. If you read the list long enough, youll start to appreciate the time and attention the Git core ...5 days ago -
Get Eclipse, EGit and github all working together on OSX
Developer Notes —
Authority: 99
Ive managed to get all the pieces working for this. Its not an especially neat solution, but I should be able to give you enough information to enable you to create a project in github, install and configure EGit and then import the project. Creating a github account If you dont already have a github account, ...6 days ago -
Exherbo Development Workflow
Ciaran McCreesh's Blag —
Authority: 110
In answer to what appears to be becoming a frequently asked question in #exherbo , my development workflow (and by extension, the one true workflow, any deviation from which is clearly heresy) is as follows: For any repository I consider interesting, I have a local copy (but not a clone, because git clone is ...6 days ago -
Easy Version Control with Git - Nettuts+ [del.icio.us]
Gen X Design | Ian Selby —
Authority: 103
Pretty decent Git primer - examples on Windows for a change6 days ago -
Dependencies to build Git from source on [K]Ubuntu 9.04
SteveStreeting.com —
Authority: 118
Git is picky when it comes to converting large, moderately complex Subversion repositories and so far the only option I’ve found that works reliably is using the very latest version on Linux. Forget about using 1.6.5 on Windows via msysGit, at least for the git-svn conversion it’s very, very unreliable. Similarly ...6 days ago -
How to compile a kernel for Ubuntu Karmic
My Thoughts —
Authority: 404
Ubuntu Karmic has been released to the public a few days ago and it’s time to write up a How To Compile a Kernel article. Only a few small changes have been made to the way we have compile a kernel for Ubuntu Karmic compared to Ubuntu Jaunty but they are significant enough for it’s [...]6 days ago -
Helium: a package server for JavaScript
Comments on: Deriving the Y combinator —
Authority: 99
Last week, my former employer theOTHERmedia open-sourced the last project I worked on there: Helium. It’s a web application that lets you deploy JavaScript packages from Git and load them on-demand into any website by including a single script tag. There’s been a lot of innovation in JavaScript deployment ...1 week ago -
CFWheels and Git: Ignoring unpacked plugin directories
Rip's Domain —
Authority: 103
Just a quick little git and Wheels tip. Most of the time, you might only want to track your plugins .zip file in your repo and ignore the plugin’s unpacked directory since it’s pretty much redundant to track both. In order to do this, create a .gitignore file where your .git directory lives. In it add the ...1 week ago -
Recommended: Git on Snow Leopard
Tiffany B. Brown —
Authority: 119
PHP developer Chris Shiflett posted some easier-to-follow instructions for compiling Git from source on Snow Leopard. Git, of course, is the new hotness in version and source control with both command-line and GUI interfaces such as Gitnub , GitX , and SmartGit available. I use SVN, hosted by Springloops ...1 week ago -
Geeks On A Plane Takeoff for [re]think Hawaii
bub.blicio.us —
Authority: 539
By Miiko Mentz ( @miikomentz ) Geeks on a Plane (GOAP) are at it again and this time they’re off to Hawaii for a week of fun in the sun and great talks and networking around technology, business, sustainability and life. The GOAP team and friends are part of [re]think Hawaii , which starts today and runs ...1 week ago -
Forking a Subversion Repository Using Git the Brutal Way
JJinuxLand —
Authority: 110
I work at a company. We use GitHub. Theres a project called CoolProject. CoolProject uses Subversion. I want to fork CoolProject for internal use. Theres no use submitting our patches back--they wouldnt want them. I want to maintain our own fork, but I also want to keep updated with changes that they make. ...1 week ago -
Moving To GitHub
Eric Barnes —
Authority: 99
This is just a quick update to let every one know I am in the process of moving all the code on this site over to github . The main reason for this is because it is a whole lot easier to create repositories for each different line of code I have. And the fact that git seems pretty awesome to work with. Most of ...1 week ago