8000 GitHub - myfreess/mbtdiff
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

myfreess/mbtdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbtdiff

source code difftool for MoonBit language.

Build

  • Linux / WSL / MacOS
moon update 
moon build --target native
# executable file target/native/release/build/mbtdiff.exe

Git Integration

  • configuration
moon build --target native
cp target/native/release/build/mbtdiff.exe ${PATHDIR}/mbtdiff
# Switch to your MoonBit project directory.
git config diff.tool mbtdiff
git config difftool.mbtdiff.cmd 'mbtdiff $LOCAL $REMOTE' # old = $LOCAL, new = $REMOTE
  • use
git difftool commit^ commmit # view diff for a specific commit
git difftool <edited file>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0