In the image below, what does the greater than symbol beside the Ladder
class mean? The symbol doesn't appear here.
The question mark means the code is not yet added and committed to your repository. This is normal and would disappear as soon as you commit your code to git.
The question mark indicates that these files are new that means unknown for your version control system (CVS, git or whatever you are using). When you commit the files the question mark will disappear.
Put the mouse cursor/caret on the class or method name in source code and hit Ctrl + Shift + G .
The >
before the file name indicates that changes to that file's contents have not yet been committed to a particular source control repository.
it looks like you have made changes to Ladder.java file and not comitted them yet. Once you commit them or revert those changes from workspace ">" will disapper.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With