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

Add a git-undo symlink #15

Closed
unixorn opened this issue May 19, 2021 · 2 comments · Fixed by #16
Closed

Add a git-undo symlink #15

unixorn opened this issue May 19, 2021 · 2 comments · Fixed by #16

Comments

@unixorn
Copy link
Contributor

unixorn commented May 19, 2021

git will call scripts that are named git-SOMETHING when you run git SOMETHING.

Describe the solution you'd like

Add a git-undo symlink to ugit to make it callable consistently with other git commands as git undo.

Additional context

This will make using ugit more pleasant since it'll be consistent with other git commands.

unixorn added a commit to unixorn/ugit that referenced this issue May 19, 2021
The `git` command will run any command named `git-something` in your
`$PATH` when you run `git something`.

Add a `git-undo` symlink to make `ugit` feel more integrated with `git`.

Closes Bhupesh-V#15
unixorn added a commit to unixorn/ugit that referenced this issue May 19, 2021
The `git` command will run any command named `git-something` in your
`$PATH` when you run `git something`.

Add a `git-undo` symlink to make `ugit` feel more integrated with `git`.

Closes Bhupesh-V#15
@Bhupesh-V
Copy link
Owner

Damn didn't know about this 🔥

@unixorn
Copy link
Contributor Author

unixorn commented May 20, 2021

It took me an embarrassingly long time to find it out, I don't recall seeing it documented anywhere. It really makes https://github.com/unixorn/git-extra-commands extra useful.

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

Successfully merging a pull request may close this issue.

2 participants