add git fetch

This commit is contained in:
Yanis Rigaudeau 2023-10-11 22:33:27 +02:00
parent 3a891194f1
commit 4e546de18a
Signed by: yanis
GPG Key ID: 4DD2841DF1C94D83

View File

@ -7,6 +7,7 @@ if [ -d Infinity-For-Reddit ]
then
cd Infinity-For-Reddit
git reset --hard master
git fetch
git pull origin master
else
git clone https://github.com/Docile-Alligator/Infinity-For-Reddit.git