Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Fix missing commits & misc.#3

Open
ArshansGithub wants to merge 1 commit into
Mechanical-Advantage:mainfrom
ArshansGithub:main
Open

Fix missing commits & misc.#3
ArshansGithub wants to merge 1 commit into
Mechanical-Advantage:mainfrom
ArshansGithub:main

Conversation

@ArshansGithub

@ArshansGithub ArshansGithub commented Mar 31, 2024

Copy link
Copy Markdown

Hey! Thanks for developing such a useful extension. I came across an issue at competition where when using this extension, changes were only being staged and not commited. Taking a look today, I noticed that the commit message wasn't being passed in properly

I also simplified some of the git command (using -a flag)

Before:
git add -A
git commit -m "Update at "3/31/2024, 11:39:22 AM""

After:
git commit -a -m "Deploy at \"3/31/2024, 11:39:22 AM\""

image

I also changed the message from update to deploy since the code is only 'updated' per each deploy rather than using the word 'update'. I feel like the word 'update' would make more sense if it was per save of file but since this automatically commits on deploy it makes more sense to use 'deploy'. Just my opinion though.

@ArshansGithub

Copy link
Copy Markdown
Author

Hello just bumping this PR since the entire extension is essentially broken and doesn't do what its supposed to do :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant