1GIT-PASTE(1) Git Extras GIT-PASTE(1)
2
3
4
6 git-paste - Send patches to pastebin for chat conversations
7
9 git-paste <git format-patch options>
10
12 Send patches to pastebin for chat conversations using pastebinit. The
13 syntax highlighting will be set to ´diff´.
14
16 <git format-patch options>
17
18 All options are passed directly to git format-patch. Given no argu‐
19 ments, git-paste passes @{u} to git format-patch.
20
22 The pastebinit software chooses the most appropriate pastebin site for
23 your operating system and the pastebinit documentation
24 https://manpages.debian.org/pastebinit contains details of how to con‐
25 figure it to use a different site.
26
28 Pastebin the patches between the current branch and its upstream:
29
30
31 $ git paste
32 $ git paste @{u}
33
34
35
36 Pastebin the latest commit:
37
38
39 $ git paste -1
40
41
42
43 Pastebin the latest three commits:
44
45
46 $ git paste -3
47
48
49
51 Written by Paul Wise <mailto:pabs3@bonedaddy.net>
52
54 <https://github.com/tj/git-extras/issues>
55
57 <https://github.com/tj/git-extras>
58
59
60
61 September 2019 GIT-PASTE(1)