Am 06.09.2011 21:22, schrieb Rich Shepard:
On Tue, 6 Sep 2011, Rolf Stöckli wrote:

As Armaghan describes in point 1 of his manual, the most efficient way
is to use Git.

Rolf,

Can I use git to upgrade the existing installation and not completely
replace what exists by installing from github?

Yes, move to your SQL-Ledger folder, type

  git init

then

  git remote add origin git://github.com/ledger123/ledger123.git
  git fetch
  git branch --set-upstream master origin/master

The first command adds the Ledger123 repository, the 2nd reads its content, the 3rd connects your local "master" branch with the master branch of Ledger123.
From now on you can update your installation with

  git pull

Regards
Rolf
_______________________________________________
SQL-Ledger mailing list
[email protected]
http://lists.ledger123.com/mailman/listinfo/sql-ledger

Reply via email to