pva + git   12

ndbroadbent/scm_breeze
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!
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
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
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 
august 2011 by pva
Index of /tig
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 
february 2011 by pva
github's gitignore at master - GitHub
A collection of useful .gitignore templates
git  version_control 
november 2010 by pva
Gitbox — Git client 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 or Kaleidoscope.
git  os_x 
august 2010 by pva
Why aren't you using git-flow? - Jeff Kreeftmeijer
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
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 
august 2010 by pva
gerrit - Project Hosting on Google Code
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 
july 2010 by pva

Copy this bookmark:



description:


tags: