Closed shinyoshiaki closed 4 years ago
https://github.com/omegasisters/homepage/pull/320#issuecomment-576313706 というコメントがあったので、アルブラのページに翻訳スイッチを配置した。 index.htmlページと同じ要領で翻訳できます。 リソースファイルはindexページと同じです。
git remote add upstream git@github.com:omegasisters/homepage.git
upstream
master
$ git pull --rebase upstream master
push
--force-with-lease
git push --force-with-lease origin <ブランチ名>
コンフリクトを解消しました
ありがとうございます!🙏🏻
👍
変更内容: Summary
https://github.com/omegasisters/homepage/pull/320#issuecomment-576313706 というコメントがあったので、アルブラのページに翻訳スイッチを配置した。 index.htmlページと同じ要領で翻訳できます。 リソースファイルはindexページと同じです。
git remote add upstream git@github.com:omegasisters/homepage.git
upstream
のmaster
を取り込む$ git pull --rebase upstream master
push
する場合、--force-with-lease
オプションをつけるgit push --force-with-lease origin <ブランチ名>
補足: Other Information