Skip to content

Commit eea47f3

Browse files
authored
Merge branch 'master' into feature/add-section-change-existing-branch-name
2 parents ac55505 + efb92b2 commit eea47f3

File tree

7 files changed

+25
-484
lines changed

7 files changed

+25
-484
lines changed

.github/pull_request_template.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!-- Thanks for contributing! -->
2+
<!-- Before you start on a large rewrite or other major change: open a new issue first, to discuss the proposed changes. -->
3+
<!-- Should your changes appear in a printed edition, you'll be included in the contributors list. -->
4+
5+
<!-- Mark the checkbox [X] or [x] if you agree with the item. -->
6+
- [ ] I provide my work under the [project license](https://github.com/progit/progit2/blob/master/LICENSE.asc).
7+
- [ ] I grant such license of my work as is required for the purposes of future print editions to [Ben Straub](https://github.com/ben) and [Scott Chacon](https://github.com/schacon).
8+
9+
## Changes
10+
11+
-
12+
13+
## Context
14+
<!--
15+
List related issues.
16+
Provide the necessary context to understand the changes you made.
17+
18+
Are you fixing a issue with this pull-request?
19+
Use the "Fixes" keyword, to close the issue automatically after your work is merged.
20+
21+
Fixes #123
22+
Fixes #456
23+
-->

C-git-commands.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ The `git filter-branch` command is used to rewrite loads of commits according to
568568

569569
In <<ch07-git-tools#_removing_file_every_commit>> we explain the command and explore several different options such as `--commit-filter`, `--subdirectory-filter` and `--tree-filter`.
570570

571-
In <<ch09-git-and-other-systems#_git_p4>> and <<ch09-git-and-other-systems#_git_tfs>> we use it to fix up imported external repositories.
571+
In <<ch09-git-and-other-systems#_git_p4>> we use it to fix up imported external repositories.
572572

573573

574574
=== Plumbing Commands

0 commit comments

Comments
 (0)