repo creation ux #154
Labels
No labels
actions
bug
build
chore
CI
cleanup
CLI
contribution welcome
docs
duplicate
enhancement
feature
fix
good first issue
help wanted
invalid
perf
question
refactor
release
revert
style
test
tracking
UI
upstream
UX
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Aviac/codeberg-cli#154
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?
when creating a repo through
berg repo create, there should be an optional prompt to ask the user if they would like to push any local changes. and it should set the remote (by default origin) and the upstream instead of manual intervention from user.also i can't figure out how to change the default text editor from nano.
Same issues here. How can I use this to upload an existing repo from my local machine?
And I also do not understand how to change the text editor setting listed via
berg config list@andypiper wrote in #154 (comment):
The issue was fixed in this commit. You have to add
editor = YOUR_EDITORif in$PATHor full exec path e.g '~/bin/editor' in the config file (can be found in~/.config/berg-cli/berg.tomlby default in *nix like oses, if not create a new one)