Skip to content

Commit

Permalink
deploy: 8bb2d16
Browse files Browse the repository at this point in the history
  • Loading branch information
apotitech committed Nov 30, 2023
1 parent 9a4829d commit 3f6607b
Show file tree
Hide file tree
Showing 43 changed files with 5 additions and 5 deletions.
Binary file modified basic-usage-2.pdf
Binary file not shown.
Binary file modified basic-usage-2.svg.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 modified basic-usage.pdf
Binary file not shown.
Binary file modified basic-usage.svg.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 modified checkout-after-detached.pdf
Binary file not shown.
Binary file modified checkout-after-detached.svg.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 modified checkout-b-detached.pdf
Binary file not shown.
Binary file modified checkout-b-detached.svg.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 modified checkout-branch.pdf
Binary file not shown.
Binary file modified checkout-branch.svg.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 modified checkout-detached.pdf
Binary file not shown.
Binary file modified checkout-detached.svg.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 modified checkout-files.pdf
Binary file not shown.
Binary file modified checkout-files.svg.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 modified cherry-pick.pdf
Binary file not shown.
Binary file modified cherry-pick.svg.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 modified commit-amend.pdf
Binary file not shown.
Binary file modified commit-amend.svg.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 modified commit-detached.pdf
Binary file not shown.
Binary file modified commit-detached.svg.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 modified commit-main.pdf
Binary file not shown.
Binary file modified commit-main.svg.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 modified commit-stable.pdf
Binary file not shown.
Binary file modified commit-stable.svg.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 modified conventions.pdf
Binary file not shown.
Binary file modified conventions.svg.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 modified diff.pdf
Binary file not shown.
Binary file modified diff.svg.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 modified merge-ff.pdf
Binary file not shown.
Binary file modified merge-ff.svg.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 modified merge.pdf
Binary file not shown.
Binary file modified merge.svg.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 modified rebase-onto.pdf
Binary file not shown.
Binary file modified rebase-onto.svg.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 modified rebase.pdf
Binary file not shown.
Binary file modified rebase.svg.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 modified reset-commit.pdf
Binary file not shown.
Binary file modified reset-commit.svg.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 modified reset-files.pdf
Binary file not shown.
Binary file modified reset-files.svg.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 modified reset.pdf
Binary file not shown.
Binary file modified reset.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions visual-git-guide.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,20 @@ hr{


.dark-mode {
background: #000000; /* Black background */
color: #ffffff; /* White text */
background: #1e1e1e; /* Dark gray background */
color: #e0e0e0; /* Lighter text for better contrast */
}

.dark-mode a, .dark-mode a:visited {
color: #49a6e9; /* Adjust link color for dark mode */
color: #4fa9f6; /* Slightly softer blue for links */
}

.dark-mode h1, .dark-mode h2, .dark-mode h3 {
color: #ffffff;
color: #ffffff; /* Keeping headers bright for emphasis */
}

.dark-mode hr {
background: #424242;
background: #2c2c2c; /* A slightly lighter gray for horizontal rules */
}

#dark-mode-toggle {
Expand Down

0 comments on commit 3f6607b

Please sign in to comment.