6 lines
91 B
Bash
6 lines
91 B
Bash
#!/bin/bash
|
|
git checkout main
|
|
git reset --hard
|
|
git fetch
|
|
git reset --hard origin/main
|
|
#test |