cmd: git request-pull
This commit is contained in:
11
command.rec
11
command.rec
@@ -453,3 +453,14 @@ tag: writing
|
|||||||
tag: comfy
|
tag: comfy
|
||||||
tag: dict
|
tag: dict
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|
||||||
|
aim: Email a pull request which points to your git server
|
||||||
|
tag: git
|
||||||
|
tag: email
|
||||||
|
tag: pr
|
||||||
|
cmd: repo=ssh://soft.dmz.rs:2222/mkdots/
|
||||||
|
+ theirHead='HEAD^^^^'
|
||||||
|
+ head=master
|
||||||
|
+ git request-pull "${theirHead}" "${repo}" "${head}"
|
||||||
|
note: You can note where your branch diverged from theirs with a commit hash,
|
||||||
|
+ or a relative position, like `HEAD^^` (e.g. 'two commits before your latest').
|
||||||
|
|||||||
Reference in New Issue
Block a user