1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00

git reset --hard

This commit is contained in:
yalh76 2019-02-12 10:07:02 +01:00 committed by GitHub
parent b9e49a37a8
commit 7d17bd2874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,6 +91,7 @@ ynh_print_info "Download, check and unpack source"
#ynh_setup_source "$final_path"
pushd $final_path
git reset --hard
git pull --quiet
popd