mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-26 19:15:51 +03:00
[PR #42] [MERGED] Change Inheritance structure #79
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#79
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/42
Author: @paketb0te
Created: 1/29/2023
Status: ✅ Merged
Merged: 1/29/2023
Merged by: @initialcommit-io
Base:
main← Head:inheritance-pr📝 Commits (10+)
32ce2f5make GitSimBaseCommand a Manim Scene subclass7fe2838convert GitSimAdd to new inheritance model6838495convert GitSimBranch to new inheritance modelb70dfc5convert GitSimCherryPick to new inheritance model784dbecconvert GitSimCommit to new inheritance model8ab739bconvert GitSimLog to new inheritance modeldd79e32convert GitSimMerge to new inheritance modelec4f7cfconvert GitSimRebase to new inheritance modela6d739aconvert GitSimReset to new inheritance model0155c44convert GitSimRestore to new inheritance model📊 Changes
16 files changed (+421 additions, -496 deletions)
View changed files
📝
git_sim/__main__.py(+58 -6)➖
git_sim/git_sim.py(+0 -56)📝
git_sim/git_sim_add.py(+10 -12)📝
git_sim/git_sim_base_command.py(+169 -181)📝
git_sim/git_sim_branch.py(+11 -15)📝
git_sim/git_sim_cherrypick.py(+12 -17)📝
git_sim/git_sim_commit.py(+18 -17)📝
git_sim/git_sim_log.py(+5 -12)📝
git_sim/git_sim_merge.py(+19 -23)📝
git_sim/git_sim_rebase.py(+29 -35)📝
git_sim/git_sim_reset.py(+29 -41)📝
git_sim/git_sim_restore.py(+10 -14)📝
git_sim/git_sim_revert.py(+24 -30)📝
git_sim/git_sim_stash.py(+12 -14)📝
git_sim/git_sim_status.py(+5 -9)📝
git_sim/git_sim_tag.py(+10 -14)📄 Description
Refactoring the inheritance model as discussed in #38.
@initialcommit-io let me know what you think!
(We should probably squash all those separate commits before merging 😅 )
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.