GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GIT-PASTE(1) Git Extras GIT-PASTE(1)

git-paste - Send patches to pastebin for chat conversations

git-paste <git format-patch options>

Send patches to pastebin for chat conversations using pastebinit. The syntax highlighting will be set to ´diff´.

<git format-patch options>

All options are passed directly to git format-patch. Given no arguments, git-paste passes @{u} to git format-patch.

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.

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
    

Written by Paul Wise <mailto:pabs3@bonedaddy.net>

<https://github.com/tj/git-extras/issues>

<https://github.com/tj/git-extras>
September 2019

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.