0

enter image description here

I don't know how to remove the character after the master branch (The inverted E)

moopet
  • 6,014
  • 1
  • 29
  • 36
John Fadria
  • 1,863
  • 2
  • 25
  • 31

1 Answers1

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