Skip to content

Commit

Permalink
Merge branch 'book-v1-redirects' into gh-pages
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dscho committed Nov 17, 2024
2 parents 6604584 + d162536 commit 865a3ff
Show file tree
Hide file tree
Showing 1,063 changed files with 6,862 additions and 37 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ jobs:
with:
sparse-checkout: |
script
data/
external/book/sync
external/book/data
external/book/content/book/${{ matrix.language.lang }}
external/book/content/book${{ matrix.language.lang != 'en' && '/en' || '' }}
external/book/content/book${{ matrix.language.lang != 'en' && '/en' || 'v1' }}
external/book/static/book/${{ matrix.language.lang }}
- name: clone ${{ matrix.language.repository }}
run: |
Expand Down
6 changes: 3 additions & 3 deletions assets/sass/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ aside.sidebar.active {
border: none;
left: 0;
width: 1.6rem;
&:focus + .sidebar {
@include responsive-sidebar-ui;
}
}
.sidebar-btn:focus + .sidebar, .sidebar:focus-within {
@include responsive-sidebar-ui;
}
aside{
&.sidebar {
Expand Down
2 changes: 1 addition & 1 deletion content/downloads/guis/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>GUI Clients</h1>
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.
</p>
<p>
<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>
<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>
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion content/downloads/linux.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h3>Debian/Ubuntu</h3>
<p>For the latest stable version for your release of Debian/Ubuntu</p>
<code># apt-get install git</code>
<p>For Ubuntu, this PPA provides the latest stable upstream Git version</p>
<code># add-apt-repository ppa:git-core/ppa</code>
<code># add-apt-repository ppa:git-core/ppa</code><br>
<code># apt update; apt install git</code>

<h3>Fedora</h3>
Expand Down
Loading

0 comments on commit 865a3ff

Please sign in to comment.