I don't know how to remove the character after the master
branch (The inverted E
)
Asked
Active
Viewed 621 times
0

moopet
- 6,014
- 1
- 29
- 36

John Fadria
- 1,863
- 2
- 25
- 31
-
1not exists symbol – Christian Brabandt Nov 02 '16 at 15:38
1 Answers
6
That symbol is the notexists symbol and means the currently edited file does not yet exist in your repository.

Christian Brabandt
- 8,038
- 1
- 28
- 32
-
Nice, here's some extra background info if anyone else is curious: http://www.fileformat.info/info/unicode/char/2204/index.htm – Rish Nov 17 '17 at 10:56