Interacting with Others (draft)
These commands are to interact with foreign SCM and with other people via patch over e-mail.
git archimport
- Import an Arch repository into Git. git-archimport(1)
git cvsexportcommit
- Export a single commit to a CVS checkout. git-cvsexportcommit(1)
git cvsimport
- Salvage your data out of another SCM people love to hate. git-cvsimport(1)
git cvsserver
- A CVS server emulator for Git. git-cvsserver(1)
git imap-send
- Send a collection of patches from stdin to an IMAP folder. git-imap-send(1)
git p4
- Import from and submit to Perforce repositories. git-p4(1)
git quiltimport
- Applies a quilt patchset onto the current branch. git-quiltimport(1)
git request-pull
- Generates a summary of pending changes. git-request-pull(1)
git send-email
- Send a collection of patches as emails. git-send-email(1)
git svn
- Bidirectional operation between a Subversion repository and Git. git-svn(1)