Skip to content
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

git istage doesn't work after installation while git-istage does #22

Closed
terrajobst opened this issue Oct 22, 2018 · 2 comments
Closed

Comments

@terrajobst
Copy link
Owner

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

Thanks anyway.

Originally posted by @shahabganji in #12 (comment)

@terrajobst
Copy link
Owner Author

Sight. I'm losing track. This is a duplicate of #21.

@shahabganji
Copy link

@terrajobst just for other devs reaching here in the future, the exports mentioned above missed a $ for Binaries part

#Folders: 
export DOTNET_TOOLS_HOME=$HOME/.dotnet/tools

# Binaries:
export PATH=$DOTNET_TOOLS_HOME:$PATH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants