mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
git: clean up plugin file and delete current_repository function
Closes #6329
This commit is contained in:
parent
f8d5fdce3a
commit
4ad4a81657
2 changed files with 20 additions and 34 deletions
|
|
@ -191,7 +191,6 @@ These are aliases that have been removed, renamed, or otherwise modified in a wa
|
|||
| Command | Description |
|
||||
|:-----------------------|:----------------------------------------|
|
||||
| current_branch | Return the name of the current branch |
|
||||
| current_repository | Return the names of the current remotes |
|
||||
| git_current_user_name | Returns the `user.name` config value |
|
||||
| git_current_user_email | Returns the `user.email` config value |
|
||||
|
||||
|
|
@ -204,3 +203,9 @@ These features allow to pause a branch development and switch to another one (_"
|
|||
| work_in_progress | Echoes a warning if the current branch is a wip |
|
||||
| gwip | Commit wip branch |
|
||||
| gunwip | Uncommit wip branch |
|
||||
|
||||
### Deprecated
|
||||
|
||||
| Command | Description | Reason |
|
||||
|:-----------------------|:----------------------------------------|:----------------------------------------------------------------|
|
||||
| current_repository | Return the names of the current remotes | Didn't work properly. Use `git remote -v` instead (`grv` alias) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue