Skip to content

Commit

Permalink
Add --detach option to cli checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
CKolkey committed Aug 4, 2023
1 parent be57147 commit b51b906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/neogit/lib/git/cli.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ local configurations = {
},
flags = {
_track = "--track",
detach = "--detach",
},
aliases = {
track = function(tbl)
Expand Down

0 comments on commit b51b906

Please sign in to comment.