rmaicle

Programming is an endless loop; it's either you break or exit.

Licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA).
You are free to copy, reproduce, distribute, display, and make adaptations but you must provide proper attribution. Visit https://creativecommons.org/ or send an email to info@creativecommons.org for more information about the License.

Date and Time

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)