0

The git command: git diff

Returns back some informations. First ligne associates stage to letter a and working space to b.

But later we learn that in fact staging area will be - and working space will be +

I wonder why not just use a/b symbolic?

thank you

  • Do you have some particular objection to the `a/` and `b/` prefixes? Because if you do, note that `git diff` can be told to use any prefix you like (`--src-prefix=a/` and `--dst-prefix=b/` are the defaults), or no prefix at all (`--no-prefix`). – torek May 23 '20 at 10:43
  • Not espacially, just a question – Frédéric De Lène Mirouze May 23 '20 at 19:24

0 Answers0