Skip to content

Commit

Permalink
updated history comparison figures
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Oct 28, 2024
1 parent d791f58 commit 25f3ea6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It includes updates such as new commits, pull requests, issues, and comments.
This feed is useful for quickly catching up on recent changes and interactions within the project but also for getting a sense of the project's overall activity and progress.
Additionally, it can help you stay informed about the work being done by other contributors and provide opportunities for collaboration and feedback.

![GitHub News Feed](./github_news_feed.png)
![GitHub News Feed](./github_news_feed_new.png)

##### <i class="fab fa-git"></i> History

Expand All @@ -23,22 +23,22 @@ This is particularly useful for understanding the sequence of changes and how di
It also allows you to navigate through the project's history, compare different versions of the code, and identify the changes that have been made by you and other contributors without the need for a web interface.
This can be helpful for debugging issues, reverting changes, and understanding the context of specific commits.

![Git Log Graph](./git_log_graph.png)
![Git Log Graph](./git_log_graph_new.png)

Compared to the News Feed, it does not provide real-time updates or notifications about recent activities and interactions.

{% else %}

::::{grid}
:::{grid-item-card} News Feed
Overview of **repository activities** (commits, pull requests, issues, comments).
Useful for quick *updates* and *collaboration*.
![GitHub News Feed](./github_news_feed.png)
**rRepository activities** (commits, pull requests, issues, comments).
Useful for *updates* and *collaboration*.
![GitHub News Feed](./github_news_feed_new.png)
:::
:::{grid-item-card} <i class="fab fa-git"></i> History
Detailed record of **codebase changes** (commits, branches, merges).
Record of **codebase changes** (commits, branches, merges).
Useful for understanding project *evolution* and *debugging*.
![Git Log Graph](./git_log_graph.png)
![Git Log Graph](./git_log_graph_new.png)
:::

{% endif %}
{% endif %}

0 comments on commit 25f3ea6

Please sign in to comment.