[RFC] proposal for command "publish"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm proposing a command "publish", where

  git publish URL

would do

  git repack
  git clone --bare . URL
  git remote add origin URL

The idea is that this would be the step from preparing a repository (either from scratch, or importing from other SCM) to publishing it remotely. Is this sensible?

Options from clone that would make sense for publish are -l, -q, --template, --upload-pack.

Paolo
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]