» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Subversion + reference

7 Open Source Version Control Systems Reviewed | Developer's Toolbox ...

This article reviews some of the top open-source version control systems and tools that make setting up a version control system easy.

opensource: del.icio.us tag/opensource

Git Guide - SourceMage Wiki

!!!Great!!! git common problems cheat-sheet

git: del.icio.us tag/git

gitsvn cheat sheet

Tracking and contributing to the trunk of a Subversion-managed project.

git: del.icio.us tag/git

Git Resources

Removing a remote branch 28 Apr Most places on the web will tell you this isn’t possible, but one blog gave this helpful little tip: $ git branch -d {your_branch_here} $ git push {repository} :heads/{your_branch_here} Where {repository} is a full repository spec, or a name for such a repository in .git/config (e.g., origin, etc.)

git: del.icio.us tag/git

Page 1 | Next >>