Update Bar
This commit is contained in:
+3
-1
@@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
read -p "Do you really want to pull the lastest version? " c
|
||||
git pull --rebase
|
||||
git reset --hard HEAD
|
||||
git clean -f -d
|
||||
git pull
|
||||
|
||||
Reference in New Issue
Block a user