mirror of
https://github.com/moparisthebest/mail
synced 2024-10-31 15:25:01 -04:00
3 lines
81 B
Bash
3 lines
81 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
git checkout $1 && git merge master && git push && git checkout master
|