exec
実行中にエイリアスを作成しようとしていますgit rebase -i
pick hash commit_message
x alias_name
エラー:
Executing: alias_name
error: cannot run alias_name: No such file or directory
warning: execution failed: alias_name
You can fix the problem, and then run
git rebase --continue
alias alias_name='calls a phyton script to run arc command'
端末でエイリアスを実行すると、期待どおりに動作します。