Maintainers

Details

github.com/MWStake/MABS

Source

Issues

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 1

Open Issues: 5

Type:mediawiki-extension

dev-master 2022-12-19 10:08 UTC

This package is auto-updated.

Last update: 2024-04-19 13:13:00 UTC


README

Initialize repo

git init $IP/$MABSRepo

Check in Current Wiki

git remote add local mediawiki::$wgServer
git fetch local

Set Remote git repo

git remote add $name mediawiki::$server
git fetch

Push Changes to remote wiki with merge strategy to force our changes

Pull changes from remote wiki with merge strategy to use their changes

Use default merge strategy and mark conflicts with templates