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 git mv alias #9265

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add git mv alias #9265

wants to merge 1 commit into from

Conversation

HackAttack
Copy link

No description provided.

@ohmyzsh ohmyzsh bot added Area: plugin Issue or PR related to a plugin Plugin: git Topic: alias Pull Request or issue regarding aliases Type: documentation Documentation issue or Pull Request labels Sep 18, 2020
@@ -108,6 +108,7 @@ plugins=(... git)
| gmt | git mergetool --no-prompt |
| gmtvim | git mergetool --no-prompt --tool=vimdiff |
| gmum | git merge upstream/$(git_main_branch) |
| gmv | git mv |
Copy link

@Mr-Ker Mr-Ker Oct 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this line be moved one line lower to not break the alphabetical order?
EDIT: It is gma that seems too far down, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: plugin Issue or PR related to a plugin Topic: alias Pull Request or issue regarding aliases Type: documentation Documentation issue or Pull Request
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

None yet

4 participants