ldelossa / gh.nvim

A fully featured GitHub integration for performing code reviews in Neovim.
MIT License
544 stars 26 forks source link

gitcli: Relax condition of the repo_dirty #75

Closed YutaroHayakawa closed 1 year ago

YutaroHayakawa commented 1 year ago

Please see the commit message for more details.

Signed-off-by: Yutaro Hayakawa yutaro.hayakawa@isovalent.com

YutaroHayakawa commented 1 year ago

Oh, no. My bad. We can stash the untracked file with git stash -u. Then the message makes sense.