-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
After you get a status, you typically see something like this:
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: ope/logit_modularized_clean_new_feature_panel/source.py
I want to say
gitgpt what are changes in the first modified file
It suggests
git diff HEAD~1 <filename> [y/N] y
sh: -c: line 2: syntax error near unexpected token `newline'
sh: -c: line 2: `git diff HEAD~1 <filename>'
Error: exit status 2
(doesn't work)
What I expect is
git diff ope/logit_modularized_clean_new_feature_panel/source.py
Metadata
Metadata
Assignees
Labels
No labels