mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-02 07:28:13 -05:00
Compare commits
No commits in common. "d7432963929840593ed4f739a239222a3fa1268a" and "d3bc8ff8fec5883b20d9c31b1db2150734ec8265" have entirely different histories.
d743296392
...
d3bc8ff8fe
@ -11,7 +11,7 @@ if ! command -v git &> /dev/null; then
|
||||
fi
|
||||
|
||||
git config --global --add safe.directory $(pwd)
|
||||
git fetch --all && git reset --hard origin/legacy && git pull origin legacy
|
||||
git fetch --all && git reset --hard origin/dev && git pull origin dev
|
||||
rm -rf composer.lock composer.phar
|
||||
wget https://github.com/composer/composer/releases/latest/download/composer.phar -O composer.phar
|
||||
php composer.phar update -vvv
|
||||
|
Loading…
Reference in New Issue
Block a user