Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

9 строки
514 B

2 лет назад
2 лет назад
  1. ## Commit Graph
  2. <p align="center">
  3. <img src="../../images/docs/commit-graph-illustrated.png" alt="Commit Graph"/>
  4. </p>
  5. The Commit Graph helps you easily visualize and keep track of all work in progress. Not only does it help you verify your changes, but also easily see changes made by others and when.
  6. Use the rich commit search to find exactly what you're looking for. It's powerful filters allow you to search by a specific commit, message, author, a changed file or files, or even a specific code change.