File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,17 +57,17 @@ Either copy the scripts into your `PATH` or run the following command to add the
5757scripts/link-git-commands.sh
5858```
5959
60- * This will link git scripts to a ` bin ` folder in your home directory.
60+ * This will link git scripts to a ` bin ` folder in your home directory.
6161 If you do not have a ` bin ` folder, it will create one for you.
6262
6363### ` git-tickets `
6464
65- This command is used to get the tickets since staging was last updated.
66- By default, it does not update the branches
65+ This command is used to get the tickets since staging was last updated.
66+ By default, it does not update the branches.
6767
6868``` shell
6969git tickets [options] [arguments]
70- ```
70+ ```
7171
7272| Options | Description | Default | Any of |
7373| ----------| -----------------------------------------------------------------| ---------| --------|
@@ -85,7 +85,7 @@ git tickets [options] [arguments]
8585```
8686
8787### ` git-make-release `
88- This command automates the process of preparing a new software release.
88+ This command automates the process of preparing a new software release.
8989It creates a release branch from the current branch, increments the version number, updates the ` CHANGELOG.md `
9090
9191``` shell
You can’t perform that action at this time.
0 commit comments