An open API service indexing awesome lists of open source software.

https://github.com/v-sekai/merge

Scripts for combining branches to create the Godot Groups branch
https://github.com/v-sekai/merge

git gitassembly

Last synced: 11 months ago
JSON representation

Scripts for combining branches to create the Godot Groups branch

Awesome Lists containing this project

README

          

# README

1. Fetch this repository
1. Ensure git email and name are setup.
1. On Windows use msys2.
1. Login to ssh key
1. run `./update_godot_v_sekai.sh` to release the branch.
1. 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
git clone https://github.com/ingydotnet/git-subrepo ~/.git-subrepo
echo 'source ~/.git-subrepo/.rc' >> ~/.bashrc
```