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.
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 Change back to editorderinvoices git checkout <xyz> Check what branch you are on: git branch _______________________________________________ SQL-Ledger mailing list [email protected] http://lists.ledger123.com/mailman/listinfo/sql-ledger
