ndbroadbent/scm_breeze
5 weeks ago by pva
SCM Breeze is a set of shell scripts (for bash and zsh) that enhance your interaction with tools such as git. It integrates with your shell to give you numbered file shortcuts, a repository index with tab completion, and a community driven collection of useful SCM functions.
bash
zsh
git
tools
5 weeks ago by pva
git - the simple guide - no deep shit!
january 2012 by pva
just a simple guide for getting started with git. no deep shit ;)
git
tutorial
january 2012 by pva
Using Git to manage a web site
november 2011 by pva
The HTML source for my (i.e., this) web site lives in a Git repository on my local workstation. This page describes how I set things up so that I can make changes live by running just "git push web".
git
web
tutorial
november 2011 by pva
Version Control by Example
august 2011 by pva
This book uses practical examples to explain version control with both centralized and decentralized systems. Topics covered include:
* Basic version control commands and concepts
* Introduction to Distributed Version Control Systems (DVCS)
* Advanced branching workflows
* Strengths and weaknesses of DVCS vs. centralized tools
* Best practices
* How distributed version control works under the hood
Featuring these open source version control tools:
* Apache Subversion
* Mercurial
* Git
* Veracity
version_control
ebook
git
subversion
mercurial
* Basic version control commands and concepts
* Introduction to Distributed Version Control Systems (DVCS)
* Advanced branching workflows
* Strengths and weaknesses of DVCS vs. centralized tools
* Best practices
* How distributed version control works under the hood
Featuring these open source version control tools:
* Apache Subversion
* Mercurial
* Git
* Veracity
august 2011 by pva
Index of /tig
february 2011 by pva
Tig is a git repository browser that additionally can act as a pager for output from various git commands.
When browsing repositories, it uses the underlying git commands to present the user with various views, such as summarized revision log and showing the commit with the log message, diffstat, and the diff.
Using it as a pager, it will display input from stdin and colorize it.
git
When browsing repositories, it uses the underlying git commands to present the user with various views, such as summarized revision log and showing the commit with the log message, diffstat, and the diff.
Using it as a pager, it will display input from stdin and colorize it.
february 2011 by pva
github's gitignore at master - GitHub
november 2010 by pva
A collection of useful .gitignore templates
git
version_control
november 2010 by pva
Gitbox — Git client for Mac OS X
august 2010 by pva
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 or Kaleidoscope.
git
os_x
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 or Kaleidoscope.
august 2010 by pva
Why aren't you using git-flow? - Jeff Kreeftmeijer
august 2010 by pva
In January of this year, @nvie published “A successful Git branching model”, in which he explained how he keeps his Git repositories nice and tidy. In addition to that, he released git-flow; a bunch of Git extensions to make following this model extremely easy.
git
version_control
august 2010 by pva
Git for the lazy - Spheriki
august 2010 by pva
Git is a distributed version control system. No, you don't need to know what that means to use this guide. Think of it as a time machine: Subversion or CVS without the cruft.
If you make a lot of changes, but decided you made a mistake, this will save your butt.
This guide is for people who want to jump to any point in time with their project/game/whatever, and want something to use for themselves.
git
reference
tutorial
version_control
If you make a lot of changes, but decided you made a mistake, this will save your butt.
This guide is for people who want to jump to any point in time with their project/game/whatever, and want something to use for themselves.
august 2010 by pva
gerrit - Project Hosting on Google Code
july 2010 by pva
Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system.
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
git
code_review
version_control
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
july 2010 by pva
Copy this bookmark: