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
- Host: GitHub
- URL: https://github.com/v-sekai/merge
- Owner: V-Sekai
- License: mit
- Created: 2022-04-03T17:18:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T12:07:34.000Z (about 1 year ago)
- Last Synced: 2025-04-09T20:12:38.465Z (about 1 year ago)
- Topics: git, gitassembly
- Language: Shell
- Homepage:
- Size: 464 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```