You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-27Lines changed: 36 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,40 +3,40 @@
3
3
Manually typing staging, commit messages, and push commands is repetative. Especially copying the ticket number into the commit message. Save time using this shell script.
4
4
5
5
## Table of Contents
6
-
*[What this script automates](#what-this-script-automates)
7
-
*[User input required](#user-input-required)
8
-
*[Requirements](#requirements)
9
-
*[Installation](#installation)
10
-
*[Usage](#usage)
11
-
*[License](#license)
12
-
13
-
## What this script automates:
14
-
15
-
| Name | Description |
16
-
| --- | --- |
17
-
| Git Staging | Staging any modified files for commit using `git add -A`. |
6
+
7
+
-[What this script automates](#what-this-script-automates)
| Alias Command | The alias command to be used for the script: `cm`.|
27
28
| Commit Message | The commit message with description of the changes made. |
28
29
29
30
## Requirements
30
31
31
-
| Name | Description | Link, Location, or Command |
32
-
| --- | --- | --- |
33
-
| Terminal or Shell | A terminal or shell for configuring and running the script. |[Download Terminal](https://www.apple.com/macos/terminal/)|
34
-
|`Git Bash`***Required for Windows**| Git Bash provides a UNIX command line emulator for windows which can be used to run Git, shell commands, and much more. |[Download Git Bash](https://gitforwindows.org/)|
35
-
32
+
| Name | Description | Link, Location, or Command |
| Terminal or Shell | A terminal or shell for configuring and running the script. |[Download Terminal](https://www.apple.com/macos/terminal/)|
35
+
|`Git Bash`**\*Required for Windows**| Git Bash provides a Unix command line emulator for windows which can be used to run Git, shell commands, and much more. |[Download Git Bash](https://gitforwindows.org/)|
36
36
37
37
## Installation
38
38
39
-
1. Clone the git-commit-push-script repository to your local computer.
39
+
1. Clone the git-commit-push-script repository to your local computer.
0 commit comments