[PR #53] [MERGED] Fix shorthands #84

Closed
opened 2026-03-02 16:48:06 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: fix_shorthands


📝 Commits (3)

  • d9b28d1 add shorthand for commit --message
  • a075bed add shorthand for cherry-pick --edit
  • 31d48ff add 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) and commit --message (-m) as discussed in #43


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/initialcommit-com/git-sim/pull/53 **Author:** [@paketb0te](https://github.com/paketb0te) **Created:** 2/10/2023 **Status:** ✅ Merged **Merged:** 2/10/2023 **Merged by:** [@initialcommit-io](https://github.com/initialcommit-io) **Base:** `main` ← **Head:** `fix_shorthands` --- ### 📝 Commits (3) - [`d9b28d1`](https://github.com/initialcommit-com/git-sim/commit/d9b28d1f91640ecec614d012f73dc783d84a0602) add shorthand for commit --message - [`a075bed`](https://github.com/initialcommit-com/git-sim/commit/a075bedd53e4f7b1a3c469596b13eee367caeaa5) add shorthand for cherry-pick --edit - [`31d48ff`](https://github.com/initialcommit-com/git-sim/commit/31d48ffa6e72c89e4d01e80037c854f68e401d7a) add shorthand for --help, clean up unused imports ### 📊 Changes **3 files changed** (+7 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `git_sim/__main__.py` (+1 -7) 📝 `git_sim/cherrypick.py` (+3 -1) 📝 `git_sim/commit.py` (+3 -1) </details> ### 📄 Description Fix short names for `cherry-pick --edit` (-e) and `commit --message` (-m) as discussed in #43 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 16:48:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-sim#84
No description provided.