Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 538 Bytes

README.org

File metadata and controls

18 lines (18 loc) · 538 Bytes

Multilateral Asynchronous Bilateral Synchronisation

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