Skip to content

Commit

Permalink
[vgit-] overwrite now expects yes, confirm, no
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Oct 27, 2023
1 parent 877b400 commit 5574a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion visidata/apps/vgit/tests/git_branch_test.vdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# VisiData v2.12dev
exec-python vd.options.overwrite=False
exec-python vd.options.overwrite='y'
exec-python vd.options.filetype='git'
open-file .
git-open-branches
Expand Down
2 changes: 1 addition & 1 deletion visidata/apps/vgit/tests/git_remote_test.vdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# VisiData v2.12dev
exec-python vd.options.overwrite=False
exec-python vd.options.overwrite='y'
exec-python vd.options.filetype='git'
open-file .
git-open-remotes
Expand Down

0 comments on commit 5574a2a

Please sign in to comment.