git-nbdifftool - Man Page

A git difftool plugin for notebooks

Description

usage: git-nbdifftool [-h] [--version] [--config]

[--log-level {DEBUG,INFO,WARN,ERROR,CRITICAL}]

{diff,config} ...

A git difftool plugin for notebooks.

Uses nbdime to display diffs of notebooks instead of plain text diffs of JSON. Other files are displayed via `git diff`.

Enable in your global git config with:

git-nbdifftool config --enable [--global | --system]

Use with:

git difftool [<commit> [<commit>]]

positional arguments

{diff,config}

options

-h, --help

show this help message and exit

--version

show program's version number and exit

--config

list the valid config keys and their current effective values

--log-level {DEBUG,INFO,WARN,ERROR,CRITICAL}

set the log level by name.

Info

July 2024 git-nbdifftool 4.0.1