5 lines
186 B
Plaintext
5 lines
186 B
Plaintext
|
mkdir /opt/gpush
|
||
|
wget https://git.moelle.space/hxcde/git-help/raw/branch/main/pushchanges.sh
|
||
|
mv pushchanges.sh /opt/gpush/"
|
||
|
echo alias "gpush='sh /opt/gpush/pushchanges.sh'" >> ~.bashrc
|