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