FreeBSD Manual Pages
GIT-PASTE(1) Git Extras GIT-PASTE(1) NAME git-paste - Send patches to pastebin for chat conversations SYNOPSIS git-paste <git format-patch options> DESCRIPTION Send patches to pastebin for chat conversations using pastebinit. The syntax highlighting will be set to 'diff'. OPTIONS <git format-patch options> All options are passed directly to git format-patch. Given no argu- ments, git-paste passes @{u} to git format-patch. CONFIGURATION The pastebinit software chooses the most appropriate pastebin site for your operating system and the pastebinit documentation https://manpages.debian.org/pastebinit contains details of how to con- figure it to use a different site. EXAMPLES Pastebin the patches between the current branch and its upstream: $ git paste $ git paste @{u} Pastebin the latest commit: $ git paste -1 Pastebin the latest three commits: $ git paste -3 AUTHOR Written by Paul Wise <mailto:pabs3@bonedaddy.net> REPORTING BUGS <https://github.com/tj/git-extras/issues> SEE ALSO <https://github.com/tj/git-extras> September 2019 GIT-PASTE(1)
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | CONFIGURATION | EXAMPLES | AUTHOR | REPORTING BUGS | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=git-paste&sektion=1&manpath=FreeBSD+13.1-RELEASE+and+Ports>