diff options
| author | Bobby <[email protected]> | 2022-06-28 03:38:59 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-06-28 03:38:59 +0530 |
| commit | 4b00992b000397e0c9a3c92629c177b11ab9f322 (patch) | |
| tree | 1c617b8bd3dda6bd9392e5d03b21a672c6fbad01 | |
| parent | b2456ac2dcec0c5702490612a90bc3803546c57a (diff) | |
| download | thatcomputerscientist-4b00992b000397e0c9a3c92629c177b11ab9f322.tar.xz thatcomputerscientist-4b00992b000397e0c9a3c92629c177b11ab9f322.zip | |
Auto add readme to git when committing
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | hooks/pre-commit.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ If you would like to contribute to the website, please see the [contributing gui Below is the screenshot of how the website looks like right now. This screenshot is being updated programatically by [That Computer Scientist's Screenshot API](https://api.thatcomputerscientist.com/screenshot), and will update as I push more changes to the repository. - + ## Cloning, Installing, and Running diff --git a/hooks/pre-commit.js b/hooks/pre-commit.js index 485fc424..b474fe7c 100644 --- a/hooks/pre-commit.js +++ b/hooks/pre-commit.js @@ -16,4 +16,4 @@ fs.writeFileSync("README.md", newReadme); // Add the readme file to the git commit shell.exec("git add README.md"); -shell.exec("git commit -m 'Auto Update Readme'"); +// shell.exec("git commit -m 'Auto Update Readme'"); |
