1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-10 19:26:03 +02:00

Update PR merge script

This commit is contained in:
Kamran Ahmed
2022-10-11 19:56:33 +04:00
parent 5ef4b698cb
commit 770e88a65e

View File

@@ -1,7 +0,0 @@
#!/bin/sh
set -e
current_branch=$(git branch --show-current)
git checkout master
gh pr merge "$current_branch" -s -t "$1"