mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-27 03:25:53 +03:00
[PR #53] [MERGED] Fix shorthands #84
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/initialcommit-com/git-sim/pull/53
Author: @paketb0te
Created: 2/10/2023
Status: ✅ Merged
Merged: 2/10/2023
Merged by: @initialcommit-io
Base:
main← Head:fix_shorthands📝 Commits (3)
d9b28d1add shorthand for commit --messagea075bedadd shorthand for cherry-pick --edit31d48ffadd shorthand for --help, clean up unused imports📊 Changes
3 files changed (+7 additions, -9 deletions)
View changed files
📝
git_sim/__main__.py(+1 -7)📝
git_sim/cherrypick.py(+3 -1)📝
git_sim/commit.py(+3 -1)📄 Description
Fix short names for
cherry-pick --edit(-e) andcommit --message(-m) as discussed in #43🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.