| `grename <old> <new>` | Rename `old` branch to `new`, including in origin remote |
| `grename <old> <new>` | Rename `old` branch to `new`, including in origin remote |
| current_branch | Return the name of the current branch |
| current_branch | Return the name of the current branch |
| git_current_user_name | Returns the `user.name` config value |
| git_current_user_name | Returns the `user.name` config value |
...
@@ -240,7 +242,7 @@ These are aliases that have been removed, renamed, or otherwise modified in a wa
...
@@ -240,7 +242,7 @@ These are aliases that have been removed, renamed, or otherwise modified in a wa
These features allow to pause a branch development and switch to another one (_"Work in Progress"_, or wip). When you want to go back to work, just unwip it.
These features allow to pause a branch development and switch to another one (_"Work in Progress"_, or wip). When you want to go back to work, just unwip it.