forked from Bunteshaus/bunteshaus.de
5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git pull --rebase upstream main && \
|
|
git push origin && \
|