GNU Emacs30.0.50に含まれるjava/INSTALL
にしたがって取得したpcreモジュール(libselinuxの依存モジュール)のレポジトリ。
- Google Gitのpcreをclone
$: git clone https://android.googlesource.com/platform/external/pcre
nougat-release
ブランチから修正用ブランチmy/nougat-release
をcheckout
$: cd pcre
$: git checkout nougat-release
$: git checkout -b my/nougat-release
- 空レポジトリにpush
$: git add -A
$: git commit -m 'nanika commit messages...'
$: gh repo create my-pcre --public
$: git remote add mine https://github.com/JIBUN/my-pcre.git
$: git branch -M my/nougat-release
$: git push -u mine my/nougat-release