/merge

Scripts for combining branches to create the Godot Groups branch

Primary LanguageShellMIT LicenseMIT

README

  1. Fetch this repository
  2. Ensure git email and name are setup.
  3. On Windows use msys2.
  4. Login to ssh key
  5. run ./update_godot_v_sekai.sh to release the branch.
  6. run ./release_godot_v_sekai.sh to update the production branch.

Readme for fire

scoop install msys2
msys2
pacman -S git python3 ssh-pageant
# copy
# eval $(/usr/bin/ssh-pageant -r -a "/tmp/.ssh-pageant-$USERNAME")
# export PATH=/mingw64/bin/:$PATH
# To the end of ~/.bashrc
git config --global user.name "K. S. Ernest (iFire) Lee"
git config --global user.email "ernest.lee@chibifire.com"
mkdir -p ~/.ssh
ssh-keyscan github.com >> ~/.ssh/known_hosts