3 lines
42 B
Bash
3 lines
42 B
Bash
#!/bin/bash
|
|
git reset --hard HEAD
|
|
git pull |
#!/bin/bash
|
|
git reset --hard HEAD
|
|
git pull |