[email protected] (Lars Gullik Bjønnes) writes:

| -> write access for developers  (this might be moved up in the queue)

I'll enable write access now, but with some limitations: you are not
allowed to create new branches nor delete them. Also history rewind is
not allowed.

Also: try to avoid pointless merge commits.
    - multi commit features/work should be done on a separate branch (in
      your local repo) and merged into the master branch when finished.
    - single commit work can with benefit be rebased on top of master

A nice way to look at what the branch looks like (parallel-)history wise
is to use gitk.

-- 
   Lgb

Reply via email to