$ git checkout -b new-feature
...
$ git checkout master
$ git merge new-feature
Results in seconds
*About Git
“Only wimps use tape backup: real men just upload their important stuff on ftp, and let the rest of the world mirror it ;)” — Linus Torvalds
r102 | john | 2015-02-02 12:26:37 -0700 (Mon, 02 Feb 2015) | 7 lines
Added new feature.
commit 3ee4732bb9941d0013343151bd32a2cd8c6523b5
Author: John Doe <john@example.com>
Date: Mon Feb 02 12:26:37 2015 -0700
Add new feature.
$ git svn clone svn+ssh://svn.example.com/svn/project