6 lines
106 B
Bash
6 lines
106 B
Bash
#!/bin/bash
|
|
#sh build.sh
|
|
git checkout product
|
|
git add .
|
|
git commit -m 'changes'
|
|
git push -u origin product |