Skip to content

Commit f75a5f5

Browse files
committed
Add command.txt to work on gitlab4j
1 parent 44d10ae commit f75a5f5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

gitlab4j-test/command.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
git fetch origin pull/0000/head:pr_0000
2+
git checkout pr_0000
3+
4+
git tag 5.3.0-pr_0000
5+
git push jmini 5.3.0-pr_0000
6+
7+
git tag --delete 5.3.0-pr_0000
8+
git push jmini tag --delete 5.3.0-pr_0000
9+
10+
------------------------------------------
11+
12+
# Fetch PR
13+
14+
git fetch origin pull/ID/head:BRANCH_NAME

0 commit comments

Comments
 (0)