git

TwitterFacebook
Get flash to fully experience Pearltrees
github

http://jawspeak.com/2008/11/23/recommended-etckeeper-to-keep-all-your-servers-etc-in-git-or-bzr-or-hg/ Reading time: 2 – 3 minutes I’m using etckeeper to keep my /etc directory in version control (git). When you make changes to a server, there are always risks.

Recommended: etckeeper to keep all your server’s /etc in git (or

Git is a version control Swiss army knife. A reliable versatile multipurpose revision control tool whose extraordinary flexibility makes it tricky to learn, let alone master. As Arthur C. Clarke observed, any sufficiently advanced technology is indistinguishable from magic. This is a great way to approach Git: newbies can ignore its inner workings and view Git as a gizmo that can amaze friends and infuriate enemies with its wondrous abilities. http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html

Preface

Got Git? HOWTO git and github -- Less Everything Blog

http://lesseverything.com/blog/archives/2008/03/25/got-git-howto-git-and-github/ Background: Last week we released the open source social network Lovd By Less . Almost immediately we had requests for people wanting to add code back into Lovd. Lovd had been housed in a private svn repository and distributed via a zip file. This was really good for me, but not so for people that want to take the current version, build on it and later merge whatever newer version of Lovd is available into their app.
git svn <command> [options] [arguments] git svn is a simple conduit for changesets between Subversion and git. It provides a bidirectional flow of changes between a Subversion and a git repository.

git-svn(1)

https://www.kernel.org/pub/software/scm/git/docs/git-svn.html
http://utsl.gen.nz/talks/git-svn/intro.html This article is aimed at people who want to contribute to projects which are using Subversion as their code-wiki . It is particularly targeted at SVK users, who are already used to a work-flow that involves disconnected operation, though this is a tiny subset of the workflows supported by the git suite. Subversion users can skip SVK and move straight onto git-svn with this tutorial. People who are responsible for Subversion servers and are converting them to git in order to lay them down to die are advised to consider the one-off git-svnimport , which is useful for bespoke conversions where you don't necessarily want to leave SVN/CVS/etc breadcrumbs behind. I'll mention bespoke conversions at the end of the tutorial, and the sort of thing that you end up doing with them. This is quite different from the Git - SVN Crash Course on the Git home page, which is intended for people who are familiar with Subversion who want to work with Git mastered projects using Git.

An introduction to git-svn for Subversion/SVK users and deserter

Git User&#039;s Manual (for version 1.5.3 or newer)

This chapter covers internal details of the git implementation which probably only git developers need to understand. It is not always easy for new developers to find their way through Git’s source code. This section gives you a little guidance to show where to start. A good place to start is with the contents of the initial commit, with: $ git checkout e83c5163 https://www.kernel.org/pub/software/scm/git/docs/user-manual.html
This chapter covers internal details of the git implementation which probably only git developers need to understand. It is not always easy for new developers to find their way through Git’s source code. This section gives you a little guidance to show where to start. A good place to start is with the contents of the initial commit, with: https://www.kernel.org/pub/software/scm/git/docs/user-manual.html#id557833

Git User&#039;s Manual (for version 1.5.3 or newer)