查看: 235|回复: 0

[阅码笔记] git send-email 使用

[复制链接]

8

主题

30

帖子

203

积分

vip会员

Rank: 1

积分
203
发表于 2023-6-6 23:18:15 | 显示全部楼层 |阅读模式
发送邮件:

#+begin_src shell :tangle no :shebang #!/bin/bash
  git format-patch main -3 --thread --to xxx@outlook.com -o patch #创建邮件
  git send-email --cc xx@xx.com --thread --suppress-cc=all master -3 #发送邮件patch
#+end_src

应用 patch:
#+begin_src shell :tangle no :shebang #!/bin/bash
  # mailbox
  git am mail.mbox
  # maildir
  git am --3way ~/Maildir/aliyun/Archive/


回复

使用道具 举报

*滑块验证:
您需要登录后才可以回帖 登录 | enginedx注册

本版积分规则

 
 



邮件留言:


 
返回顶部