mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-26 19:15:51 +03:00
[GH-ISSUE #10] Trying to run git-sim add with an empty repository (no commits yet) throws an error #8
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#8
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?
Originally created by @Yamboy1 on GitHub (Jan 23, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/10
Trying to use
git-sim addon a newly created repository with no commits throws a git-sim error: "No commits in current Git repository".git addshould not depend on any commits currently existing in the repository.Btw, I love this project and am really excited to see where it will go in the future :)
@initialcommit-io commented on GitHub (Jan 24, 2023):
Noted!!! I'll look into this soon and get it fixed :D. Thanks for the support! If you ever have any ideas/suggestions for the project please let me know!
@initialcommit-io commented on GitHub (Jan 25, 2023):
Fixed in version 0.1.4, released. You can update with
pip install git-sim --upgrade.