-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support on Windows OS #29
Comments
@magnori There could be lots of ways of answering that. Assuming you are using Git for Windows's Bash shell, with all the default options chosen during installation then yes. If you are using Git in PowerShell, then no. The toolbelt utilities appear to be written in Bourne shell script, and this needs a Unix shell. If you use the Windows Subsystem for Linux, then yes. But that is Linux running inside Windows, not Windows itself. Getting it set up with Git BashYou wlll need to move or copy the scripts from the git-toolbelt repository to a directory in your # in Git Bash (included with Git for Windows)
mkdir ~/bin
cd /path/where/you/cloned/git-toolbelt
cp git* ~/bin
# test it on the 'git-toolbelt' repository
git initial-commit Be aware of this issue, which I couldn't find a solution for, but since you probably only care about the
|
I am using Bash shell from Git for Windows, in which case it looks like the Git-toolbelt should work. |
@nvie, @magnori could one of you re-open this? There is no
|
@ernstki Thanks for the offer, I would be in support of that and happy to accept that change! 🙏 |
- should allow toolbelt to run in Git Bash on Windows - closes nvie#29 (hopefully)
Is git-toolbelt supported on Windows 10 machines?
The text was updated successfully, but these errors were encountered: