This repository is for creating MO (Multiplayer Online) encampment battle game. The user will need to ready Google Spreadsheets and Google Apps Script API key for now to play the game. In the future the Google Apps Script API key might not be necessary.
gitignoreに登録しているため,リポジトリには存在しない. 以下のunitypackageを入れる. https://docs.mapbox.com/unity/maps/guides/#install-the-maps-sdk-for-unity
rebaseしてコンフリクトを自分のbranchの方で確認してください.
その後,mergeする先のbranchにcheckoutして,
git merge --no-ff branch_name
でmergeしてください.fast-forward mergeにしないようにしましょう.
GitHubのサイトでプルリク送るようにしましょう,そこでrebase & mergeとか選ばずにデフォルトのmergeでok.
通常mergeはffで,コンフリクトが起こる際はno-ffになります(コンフリクト起こった時点no-ffとは言えないの方が正しいかも). branchのコミットの分岐をより良く残すためにno-ffをオプションとして入れる.