Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

tomjw64/openstax-cm-merge-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

merge-me

Tool for CMs to automatically merge stale content work with neb. (This repo is archived, the most recent version of this tool is in a private openstax repo)

Dependencies

  • git
  • neb

Installation

Just git clone https://github.com/tomjw64/openstax-cm-merge-me.git wherever you want to keep the tool. To update: go to the cloned directory and git fetch && git pull

Usage

[DEBUG=true] [HUMAN=true] <path/to/merge-me> <path/to/collection_directory> <neb_env> <path/to/out_directory>

You can be in any directory you want, and merge-me will work in a temp directory inside the current working directory, which will be cleaned up for you when the merge is complete.

To view the diff that merge-me found (via git) change directories to out_directory and compare the mine branch with the theirs branch. This can be done with cd <path/to/out_directory> && git diff -w theirs. Please review this diff before ever publishing your changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages