Archive | git RSS feed for this section

Gitbox — Git GUI for Mac OS X

Gitbox is a Mac OS X graphical interface for Git version control system. In a single window you see branches, history and working directory status.

Everyday operations are easy: stage and unstage changes with a checkbox. Commit, pull, merge and push with a single click. Double-click a change to show a diff with FileMerge.app.
(Link: Gitbox — Git GUI for Mac OS X)

git-wtf

A useful script that displays local & remote branches, what are in sync and what need merging,
and so on, like so:
(Link: git-wtf)

Ruby on Rails Tutorial: Version control with Git

Putting your source code under version control with Git is strongly recommended, not only because it’s nearly a universal practice in the Rails world, but also because it will allow you to share your code more easily (Section 1.3.4) and deploy your application right here in the first chapter (Section 1.4).
(Link: Ruby on Rails Tutorial: Version control with Git)

repo.or.cz – Public Git Hosting

repo.or.cz is a public Git hosting site. Create a project in a snap, publish your development, give others push access and let anyone have a look and contribute. Alternatively, if you just see a random git:// URL fly by and want to check it out, or you have limited bandwidth or want backup – just quickly set up a mirror of any project published elsewhere and we will provide pull and gitweb access for the project, or send you notifications when new stuff gets committed. (read more, terms of use) (want to help?)
(Link: repo.or.cz – Public Git Hosting)

Repository Hosting – Subversion Hosting, Git Hosting and Trac Hosting

Unlimited Repositories
Unlimited Trac Projects
Unlimited Users
Custom Domains
Custom Logos & Colors
SSL Secured
WebDAV Shared Drives
Scheduled Backups
2GB Storage
$1/GB Additional Storage
(Link: Repository Hosting – Subversion Hosting, Git Hosting and Trac Hosting)

toto is a git-powered, minimalist blog engine for the hackers of Oz

toto is a git-powered, minimalist blog engine for the hackers of Oz. The engine weighs around ~230 sloc at its worst. There is no toto client, at least for now; everything goes through git.
(Link: toto is a git-powered, minimalist blog engine for the hackers of Oz)

Getting the Hang of GitHub | Nettuts+

A project is always more fun when you’ve got friends working with you, but how can do it when working on a coding project? I’ll keep my keyboard to myself, thanks.

Enter GitHub. With this web service, you can share your coding projects and collaborate with ease!
(Link: Getting the Hang of GitHub | Nettuts+)

ReinH — A Git Workflow for Agile Teams

Table of Contents
* Feature Development
* Bug Fixes
* QA Branch Management
* Production Tagging
* Summary
* Notes
(Link: ReinH — A Git Workflow for Agile Teams)

git-wtf – displays the state of your repository in a readable, easy-to-scan format

git-wtf displays the state of your repository in a readable, easy-to-scan format. It’s useful for getting a summary of how a branch relates to a remote server, and for wrangling many topic branches. git-wtf can show you: – How a branch relates to the remote repo, if it’s a tracking branch. – How a branch relates to integration branches, if it’s a feature branch. – How a branch relates to the feature branches, if it’s an integration branch.
(Link: git-wtf – displays the state of your repository in a readable, easy-to-scan format)

Follow

Get every new post delivered to your Inbox.