logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-paste - Send patches to pastebin for chat conversations

Author

       Written by Paul Wise <pabs3@bonedaddy.net>

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>

See Also