diff options
| author | Bobby <[email protected]> | 2022-11-05 11:52:50 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-05 11:52:50 -0400 |
| commit | 1f17f2ce922b800809a56e9b57ad5dc4d877d738 (patch) | |
| tree | e3b5d00504d1dcc6edf92826a0151dd748aa0e3a /README.md | |
| parent | 86ba8eff09efb7a6c71a9596dd324af5f384581b (diff) | |
| download | texty-1f17f2ce922b800809a56e9b57ad5dc4d877d738.tar.xz texty-1f17f2ce922b800809a56e9b57ad5dc4d877d738.zip | |
docs: update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -105,6 +105,12 @@ chmod +x commit.sh Then you can run the script: ```bash +commit README.md -m "Update README.md" -t "docs" -b "main" +``` + +If you haven't configured aliases at this point, you can achieve the same by running: + +```bash ./commit.sh README.md -m "Update README.md" -t "docs" -b "main" ``` |
