Skip to content

Commit 865a3ff

Browse files
committed
Merge branch 'book-v1-redirects' into gh-pages
Let's integrate this into my fork so that it is deployed to https://dscho.github.io/git-scm.com (to be able to play around with it). Signed-off-by: Johannes Schindelin <[email protected]>
2 parents 6604584 + d162536 commit 865a3ff

File tree

1,063 files changed

+6862
-37
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,063 files changed

+6862
-37
lines changed

.github/workflows/update-book.yml

+3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,12 @@ jobs:
5252
with:
5353
sparse-checkout: |
5454
script
55+
data/
5556
external/book/sync
5657
external/book/data
5758
external/book/content/book/${{ matrix.language.lang }}
59+
external/book/content/book${{ matrix.language.lang != 'en' && '/en' || '' }}
60+
external/book/content/book${{ matrix.language.lang != 'en' && '/en' || 'v1' }}
5861
external/book/static/book/${{ matrix.language.lang }}
5962
- name: clone ${{ matrix.language.repository }}
6063
run: |

assets/sass/sidebar.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ aside.sidebar.active {
5151
border: none;
5252
left: 0;
5353
width: 1.6rem;
54-
&:focus + .sidebar {
55-
@include responsive-sidebar-ui;
56-
}
54+
}
55+
.sidebar-btn:focus + .sidebar, .sidebar:focus-within {
56+
@include responsive-sidebar-ui;
5757
}
5858
aside{
5959
&.sidebar {

content/downloads/guis/_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>GUI Clients</h1>
1515
Git comes with built-in GUI tools for committing (<a href="{{< relurl "docs/git-gui" >}}">git-gui</a>) and browsing (<a href="{{< relurl "docs/gitk" >}}">gitk</a>), but there are several third-party tools for users looking for platform-specific experience.
1616
</p>
1717
<p>
18-
<small>If you want to add another GUI tool to this list, just <a href="https://github.com/git/git-scm.com/blob/main/README.md#adding-new-gui">follow the instructions</a>.</small>
18+
<small>If you want to add another GUI tool to this list, just <a href="https://github.com/git/git-scm.com/blob/main/README.md#adding-a-new-gui">follow the instructions</a>.</small>
1919
</p>
2020

2121
<p>

content/downloads/linux.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h3>Debian/Ubuntu</h3>
1717
<p>For the latest stable version for your release of Debian/Ubuntu</p>
1818
<code># apt-get install git</code>
1919
<p>For Ubuntu, this PPA provides the latest stable upstream Git version</p>
20-
<code># add-apt-repository ppa:git-core/ppa</code>
20+
<code># add-apt-repository ppa:git-core/ppa</code><br>
2121
<code># apt update; apt install git</code>
2222

2323
<h3>Fedora</h3>

0 commit comments

Comments
 (0)