Skip to content

Commit

Permalink
Merge pull request #6 from dsaa86/add-gitgraph-to-readme
Browse files Browse the repository at this point in the history
Add gitgraph to readme
  • Loading branch information
dsaa86 authored Feb 28, 2024
2 parents 8cde6a8 + b6b7586 commit 35f1c93
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,23 @@ Once your tests are passing, the request will be passed to the reviewer. At this
- [Tests being performed](https://github.com/dsaa86/github-best-practices/blob/main/resources/images/PullRequestPerformingTests.png)
- [Tests failed](https://github.com/dsaa86/github-best-practices/blob/main/resources/images/PullRequestFailedTests.png)
- [Test failure report](https://github.com/dsaa86/github-best-practices/blob/main/resources/images/PullRequestFailedTestsDetails.png)
- [Tests passing](https://github.com/dsaa86/github-best-practices/blob/main/resources/images/PullRequestPassingTests.png)
Once any changes have been made and your code is ready to go, all of your changes will be merged with the `main` branch.
## If you wish to visualise the branches and commits
1. Open the Source Control extension. This should be installed by default.
- [Source Control extension](https://github.com/dsaa86/github-best-practices/blob/main/resources/images/OpenSourceControl.png)
2. Select the 'Git Graph' button from the top of the extension. In this image, it is the right-most button.
- [Git Graph Button](https://github.com/dsaa86/github-best-practices/blob/main/resources/images/SelectGitGraph.png)
3. View the git graph. This shows the branch history, user history, and commit history for the entire repo. You can filter this view in numerous ways to fit your needs.
- [Git Graph](https://github.com/dsaa86/github-best-practices/blob/main/resources/images/GitGraph.png)
## You're done!
That's it. Your feature has been developed and the changes accepted.
Expand Down
Binary file added resources/images/GitGraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/OpenSourceControl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/PullRequestPassingTests.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/SelectGitGraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35f1c93

Please sign in to comment.