termux / termux.github.io

The main termux site and help pages.
https://termux.github.io
883 stars 173 forks source link

Changed: fix cn translate #81

Closed NekoYyang closed 1 year ago

NekoYyang commented 1 year ago

Your translation seems to be a machine translation, and I tried it and couldn't read it

2096779623 commented 1 year ago

Instead of updating upstream like this, use the following command to update upstream by rebasing:

git reset --hard e194d19d00acf81b8d6db981ccee6074d297f915
git remote add upstream https://github.com/termux/termux.github.io/
git pull upstream master --rebase
git push origin master -f