Skip to content
/ merge Public

Scripts for combining branches to create the Godot Groups branch

License

Notifications You must be signed in to change notification settings

V-Sekai/merge

Repository files navigation

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 "[email protected]"
mkdir -p ~/.ssh
ssh-keyscan github.com >> ~/.ssh/known_hosts
git clone https://github.com/ingydotnet/git-subrepo ~/git-subrepo
echo 'source ~/git-subrepo/.rc' >> ~/.bashrc

About

Scripts for combining branches to create the Godot Groups branch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •