On Tue, 8 Mar 2011, Rolf Stöckli wrote:
Am 08.03.2011 14:14, schrieb [email protected]:
If I use the branch "editorderinvoices" what are the down sides to that?
Do I
lose other functionality?
No, this branch is at the same level as the master branch.
OK
Do I need to start with a fresh install or can I switch between the 2 using
some git command?
Log in as root, move to your l123 folder. Create new branch:
git checkout -b <xyz> origin/editorderinvoices
Replace <xyz> with a name for your branch. Change to master:
git checkout master
So if I understand what you are saying, when I do the git checkout master I am
then running the version of l123 with the locks enabled?
Change back to editorderinvoices
git checkout <xyz>
And now I would be running the editorderinvoices branch? So if I understand
correctly
I can switch between them at will with no ill effects?
Do I have this right?
Check what branch you are on:
git branch
If the above is correct and I am in the editorderinvoices branch what is the
equivalent command for git pull? Is git smart enough to know what branch I am on
and only apply updates for the branch I am on or is there some other magic
required?
Regards,
--
Tom [email protected] Spamtrap address
[email protected]_______________________________________________
SQL-Ledger mailing list
[email protected]
http://lists.ledger123.com/mailman/listinfo/sql-ledger