mirror of
https://github.com/moparisthebest/mail
synced 2025-03-10 14:39:56 -04:00
3 lines
81 B
Bash
Executable File
3 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git checkout $1 && git merge master && git push && git checkout master |