mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-27 03:25:53 +03:00
[PR #84] [CLOSED] python language tidyups as per comments in https://github.com/initialcommit-com/git-sim/pull/12 #90
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#90
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/84
Author: @marksmayo
Created: 4/19/2023
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
886542apython language tidyups📊 Changes
22 files changed (+239 additions, -166 deletions)
View changed files
📝
git_sim/__main__.py(+7 -7)📝
git_sim/add.py(+7 -5)📝
git_sim/animations.py(+4 -3)📝
git_sim/checkout.py(+7 -5)📝
git_sim/cherrypick.py(+5 -4)📝
git_sim/clone.py(+8 -8)📝
git_sim/commands.py(+8 -8)📝
git_sim/commit.py(+4 -3)📝
git_sim/fetch.py(+11 -8)📝
git_sim/git_sim_base_command.py(+69 -41)📝
git_sim/log.py(+3 -3)📝
git_sim/merge.py(+14 -10)📝
git_sim/pull.py(+7 -7)📝
git_sim/push.py(+18 -15)📝
git_sim/rebase.py(+10 -7)📝
git_sim/reset.py(+11 -3)📝
git_sim/restore.py(+7 -5)📝
git_sim/revert.py(+10 -4)📝
git_sim/settings.py(+1 -1)📝
git_sim/stash.py(+17 -13)...and 2 more files
📄 Description
this is a follow-up to https://github.com/initialcommit-com/git-sim/pull/12 comments
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.