File: git-paste.md

package info (click to toggle)
git-extras 7.3.0-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 1,988 kB
  • sloc: sh: 4,235; python: 634; makefile: 146
file content (51 lines) | stat: -rw-r--r-- 1,172 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
git-paste(1) -- 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 arguments, `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 configure 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 &lt;<pabs3@bonedaddy.net>&gt;

## REPORTING BUGS

&lt;<https://github.com/tj/git-extras/issues>&gt;

## SEE ALSO

&lt;<https://github.com/tj/git-extras>&gt;