6 lines
70 B
Bash
Executable File
6 lines
70 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
git pull --rebase && git push
|