mergeme
This commit is contained in:
parent
f9a9e440a2
commit
752cc2c3ca
10
tools/mergeme.sh
Executable file
10
tools/mergeme.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
source_branch=$0
|
||||
dest_branch=$1
|
||||
|
||||
git reset --hard
|
||||
git checkout $dest_branch
|
||||
git pull
|
||||
git checkout $source_branch
|
||||
git merge $dest_branch
|
||||
Loading…
x
Reference in New Issue
Block a user