Open2
Jujutsu
Jujutsu
参考リンク
install
mac
brew install jj
初期設定
config
# config
jj config set --user user.name "(ユーザ名)"
jj config set --user user.email "(Eメールアドレス)"
# init repo
jj git init
ファイルサイズが大きすぎる場合は以下のようにエラー
今回はnode_modulesなのでignoreに追加した。
もしファイルサイズが大きいものを扱いたい場合snapshot.max-new-file-size
を大きくすればいいらしい
jj st
Error: Failed to snapshot the working copy
Caused by: New file /Users/yoshi/dev/chatwork-thread/node_modules/@rollup/rollup-darwin-arm64/rollup.darwin-arm64.node of size ~2.2MiB exceeds snapshot.max-new-file-size (1.0MiB)
Hint: Increase the value of the `snapshot.max-new-file-size` config option if you
want this file to be snapshotted. Otherwise add it to your `.gitignore` file.