mirror of
https://github.com/trushildhokiya/allininx-2.git
synced 2025-03-15 12:48:39 +00:00
11 lines
179 B
Bash
11 lines
179 B
Bash
cd "$(dirname "$0")" || exit 1
|
|
git reset --hard
|
|
|
|
git fetch origin
|
|
|
|
git checkout main
|
|
git pull
|
|
|
|
git branch -d actions/sync --force
|
|
git checkout -b actions/sync origin/actions/sync
|