[docs] Update docs about default git branch

Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
This commit is contained in:
Jean-Baptiste
2025-05-11 11:04:01 +02:00
parent 8f4589edfe
commit 4f53fdea48
15 changed files with 40 additions and 40 deletions

View File

@@ -6,10 +6,10 @@ filepath+="_result.txt"
adb pull /mnt/sdcard/MapsWithMe/bench/results.txt $filepath
cd ~/dev/omim/
echo "current work dir : " $PWD
git checkout master
git checkout main
echo "pull upstream"
git fetch upstream
git merge upstream/master
git merge upstream/main
echo "move to android dir"
cd android/MapsWithMePro/
echo "current work dir : " $PWD