Re: Use Subversion to Manage Git?
From: Andreas Krey <a.krey_at_gmx.de>
Date: Wed, 22 May 2013 06:05:05 +0200
On Tue, 21 May 2013 21:55:51 +0000, Jeffrey Walton wrote:
git clone $repo
> update,
git pull --rebase (after committing your own stuff)
> commit,
git commit -a && git push (after a pull)
> add (files),
git add files
> remove (files).
git rm files
Looks easier than hunting down a nonexistent plugin.
Andreas
-- "Totally trivial. Famous last words." From: Linus Torvalds <torvalds@*.org> Date: Fri, 22 Jan 2010 07:29:21 -0800Received on 2013-05-22 06:05:44 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.