Skip to content

Commit 17927d1

Browse files
committed
deploy: 1de4174
1 parent 2d21ecf commit 17927d1

15 files changed

+20
-20
lines changed

exercises.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@
1515
"init": true
1616
}
1717
},
18-
{
19-
"exercise_name": "branch-rename",
20-
"tags": [
21-
"git-branch"
22-
],
23-
"requires_git": true,
24-
"requires_github": true,
25-
"base_files": {},
26-
"exercise_repo": {
27-
"repo_type": "remote",
28-
"repo_name": "rename-me",
29-
"repo_title": "tidy-branches",
30-
"create_fork": true,
31-
"init": null
32-
}
33-
},
3418
{
3519
"exercise_name": "branch-bender",
3620
"tags": [
@@ -47,6 +31,22 @@
4731
"init": true
4832
}
4933
},
34+
{
35+
"exercise_name": "remote-branch-rename",
36+
"tags": [
37+
"git-branch"
38+
],
39+
"requires_git": true,
40+
"requires_github": true,
41+
"base_files": {},
42+
"exercise_repo": {
43+
"repo_type": "remote",
44+
"repo_name": "rename-me",
45+
"repo_title": "tidy-branches",
46+
"create_fork": true,
47+
"init": null
48+
}
49+
},
5050
{
5151
"exercise_name": "push-over",
5252
"tags": [

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
| Exercise | Download Command |
1111
|----------|------------------|
12-
| [branch-rename](https://git-mastery.github.io/exercises/branch_rename) | `gitmastery download branch-rename` |
12+
| [remote-branch-rename](https://git-mastery.github.io/exercises/remote_branch_rename) | `gitmastery download remote-branch-rename` |
1313
| [side-track](https://git-mastery.github.io/exercises/side_track) | `gitmastery download side-track` |
1414
| [bonsai-tree](https://git-mastery.github.io/exercises/bonsai_tree) | `gitmastery download bonsai-tree` |
1515
| [branch-delete](https://git-mastery.github.io/exercises/branch_delete) | `gitmastery download branch-delete` |

branch_rename/.gitmastery-exercise.json renamed to remote_branch_rename/.gitmastery-exercise.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"exercise_name": "branch-rename",
2+
"exercise_name": "remote-branch-rename",
33
"tags": [
44
"git-branch"
55
],

branch_rename/README.md renamed to remote_branch_rename/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# branch-rename
1+
# remote-branch-rename
22

33
## Task
44

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)