6 lines
66 B
Bash
Executable File
6 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git add .
|
|
git commit -m "fixed"
|
|
git push origin master
|