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