5 lines
85 B
Bash
5 lines
85 B
Bash
#!/bin/bash
|
|
git checkout main
|
|
git reset --hard
|
|
git fetch
|
|
git reset --hard origin/main |