Skip to content

Commit 8485932

Browse files
committed
Correct name from GitHub to Git
1 parent afbc450 commit 8485932

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/user_guide/features/github_hooks/index.rst renamed to doc/user_guide/features/git_hooks/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
.. _github_hooks:
1+
.. _git_hooks:
22

3-
Enabling GitHub Hooks
4-
=====================
3+
Enabling Git Hooks
4+
==================
55

66
.. toctree::
77
:maxdepth: 2
88

99
troubleshooting
1010

11-
GitHub hooks are automated scripts that run at specific points during Git's execution,
11+
Git hooks are automated scripts that run at specific points during Git's execution,
1212
allowing developers to enforce quality standards, automate tasks, and customize Git's
1313
behavior. The PTB uses the `pre-commit <https://pre-commit.com/>`__ framework to
14-
define common GitHub hooks for Git commits and pushes. The configuration for
14+
define common Git hooks for Git commits and pushes. The configuration for
1515
``pre-commit`` is provided in a ``.pre-commit-config.yaml`` file and described in
1616
:ref:`pre-commit_configuration`.
1717

doc/user_guide/features/github_hooks/troubleshooting.rst renamed to doc/user_guide/features/git_hooks/troubleshooting.rst

File renamed without changes.

doc/user_guide/features/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Features
99
metrics/collecting_metrics
1010
creating_a_release
1111
documentation/index
12-
github_hooks/index
12+
git_hooks/index
1313
formatting_code/index
1414
managing_dependencies
1515

0 commit comments

Comments
 (0)