7 lines
111 B
Bash
Executable File
7 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git checkout production \
|
|
&& git rebase master \
|
|
&& git push \
|
|
&& git checkout master
|