hyprland-dotfiles/gitpull.sh

7 lines
121 B
Bash
Raw Normal View History

2023-02-13 12:37:10 +00:00
#!/bin/bash
read -p "Do you really want to pull the lastest version? " c
2023-02-15 21:12:11 +00:00
git reset --hard HEAD
git clean -f -d
git pull