Initial import - multi-branch repository ========================================
Here's a way to import your code for the first time:: TODO Initial import - single branch ============================== Here's a way to import your code for the first time:: cd YOUR_PROJECT/ bzr init bzr add . bzr commit -m "Initial import" bzr push bzr+ssh://[email protected]/YOUR_PROJECT/ GUIs ==== There are a few graphical user interfaces to use Bzr without the command-line: * `Bazaar Explorer <http://doc.bazaar.canonical.com/explorer/en/>`_ : from the bzr project -- forwarded from http://savannah.gnu.org/maintenance/usingbzr#[email protected]/maintenance _______________________________________________ Savannah-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/savannah-cvs
