script bin for-windows windows
Source
- custom scripts go into
~/bin/
(i.e.,C:\Users\<User>\bin
) - if the script is called
git-myscript
, then it can be called usinggit myscript
from both Git Bash and any Windows shell (CMD/pwsh)
script bin for-windows windows
Source
~/bin/
(i.e., C:\Users\<User>\bin
)git-myscript
, then it can be called using git myscript
from both Git Bash and any Windows shell (CMD/pwsh)