Hyprland-dotfiles/gitpull.sh

7 lines
121 B
Bash
Raw Normal View History

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