Skip to content

Commit cbc28f1

Browse files
committedSep 23, 2024··
TEST-1234 ```
Refactor: Rename "What this script automates" to "Alias Command" Improve the clarity of the table header. ```
1 parent 5035058 commit cbc28f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Staging, committing, and pushing code is a repetative manual process. Writing de
1111
- [Usage](#usage)
1212
- [License](#license)
1313

14-
## What this script automates
14+
## What this Script Automates
1515

1616
| Name | Description |
1717
| -------------------------------- | -------------------------------------------------------------------------------------------------- |
@@ -22,7 +22,7 @@ Staging, committing, and pushing code is a repetative manual process. Writing de
2222
| Git Push | Pushing local commits to remote branch with `git push`. |
2323
| Git Push Retry (Pull & Push) | If a push fails, the script will `git pull` from the remote branch and push again. |
2424

25-
## User input required
25+
## Alias Command
2626

2727
| Name | Description |
2828
| -------------- | -------------------------------------------------------- |

0 commit comments

Comments
 (0)
Please sign in to comment.