Hyprland-dotfiles/gitpull.sh
Stephan Raabe 8cdd09fb90 Update Bar
2023-02-15 22:12:11 +01:00

7 lines
121 B
Bash
Executable File

#!/bin/bash
read -p "Do you really want to pull the lastest version? " c
git reset --hard HEAD
git clean -f -d
git pull