-
Where should I place a command file in Git Bash? For example, if I have |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
None of those: They are owned by the Git for Windows installation. Git Bash does prepend |
Beta Was this translation helpful? Give feedback.
-
Is |
Beta Was this translation helpful? Give feedback.
None of those: They are owned by the Git for Windows installation.
Git Bash does prepend
$HOME/bin
to thePATH
, that would be the appropriate place.