What is the red arrow to the left of the line numbers on Atom?

萝らか妹 提交于 2019-12-18 18:34:14

问题


What does the red arrow --seen between lines 95 and 96 in the screenshot below-- mean on GitHub's Atom editor?

Thanks!


回答1:


If your currently open project is using Git as a revisioning system, the arrow in the gutter means that you deleted one or more lines at this location in the file.

If you commit (or roll back) your changes, the arrow is going to disappear.

Running a "git diff" on your file should show that you deleted some content between lines 95 and 96.

Depending on the theme you're using in Atom, the arrow's color might be different from the one in the screenshot.



来源:https://stackoverflow.com/questions/26823293/what-is-the-red-arrow-to-the-left-of-the-line-numbers-on-atom

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!