We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git istage
git-istage
It still does not work on macOSX 10.13.3, I have added the dotnet tools folder to the PATH:
#Folders: export DOTNET_TOOLS_HOME=$HOME/.dotnet/tools # Binaries: export PATH=DOTNET_TOOLS_HOME:$PATH
however, when I run git-istage in the terminal it works, but when I run git istage it says no such a command found!
git: 'istage' is not a git command. See 'git --help'. The most similar command is stage
My git versions is 2.16.2
2.16.2
Thanks anyway.
Originally posted by @shahabganji in #12 (comment)
The text was updated successfully, but these errors were encountered:
Sight. I'm losing track. This is a duplicate of #21.
Sorry, something went wrong.
@terrajobst just for other devs reaching here in the future, the exports mentioned above missed a $ for Binaries part
$
Binaries
#Folders: export DOTNET_TOOLS_HOME=$HOME/.dotnet/tools # Binaries: export PATH=$DOTNET_TOOLS_HOME:$PATH
No branches or pull requests
It still does not work on macOSX 10.13.3, I have added the dotnet tools folder to the PATH:
however, when I run
git-istage
in the terminal it works, but when I rungit istage
it says no such a command found!My git versions is
2.16.2
Thanks anyway.
Originally posted by @shahabganji in #12 (comment)
The text was updated successfully, but these errors were encountered: