git-paste - Send patches to pastebin for chat conversations
Contents
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 configure it
to use a different site.
Description
Send patches to pastebin for chat conversations using pastebinit. The syntax highlighting will be set to
'diff'.
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
Name
git-paste - Send patches to pastebin for chat conversations
Options
<git format-patch options>
All options are passed directly to gitformat-patch. Given no arguments, git-paste passes @{u} to gitformat-patch.
Reporting Bugs
<https://github.com/tj/git-extras/issues>
See Also
<https://github.com/tj/git-extras>
October 2024 GIT-PASTE(1)
Synopsis
git-paste <git format-patch options>
