Closed
Description
In my off-time and evenings, I'm writing git extensions (ex: git-tree, sync_git_repo_from_pc1_to_pc2.sh, git-filechange-search.sh, and git diffn
to show line numbers in git diff
) using bash and Python in Linux Ubuntu, but was hoping they'd run on Git for Windows too inside the included git bash shell. What commands are supported? Is there a full list somewhere?
- Does running Python scripts work?
awk
?sed
?- etc.