On Tue, 21 May 2013 21:55:51 +0000, Jeffrey Walton wrote:
...
> I only need four or five basic commands -
> checkout,

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.
Otherwise, take a look at svnhub.com.

Andreas

-- 
"Totally trivial. Famous last words."
From: Linus Torvalds <torvalds@*.org>
Date: Fri, 22 Jan 2010 07:29:21 -0800

Reply via email to