GitXplorerGitXplorer
K

autoco

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
eef522cc53afb1acb492974521ee1c9f9dd4c27e

♻️ Refactor commitFiles function to handle renamed files (#2)

KKeKs0r committed a month ago
Unverified
fdc08c11a6e4c681b1bdb2204f4362e551ed2ebe

✨: Add utility function to convert string length to bytes

KKeKs0r committed a month ago
Unverified
27e2b91c8766f5ae8809f3a1b8c3335dd195b64e

✨: Add generateCommits function to process git diffs

KKeKs0r committed a month ago
Unverified
a150af7dd42a504129ad2ba1c9cf9015eae4fea7

Move generate-commits file

KKeKs0r committed a month ago
Unverified
eb6a1d4fbb846ff27ef9edfc33cd072e96f1fcd5

🔥 Remove unused argument parsing code from CLI

KKeKs0r committed a month ago
Unverified
4fdb4d27f28645a92877be022de26437d6e5921d

♻️ Refactor git utility functions and improve app flow

KKeKs0r committed a month ago

README

The README file for this repository.

AutoCommit CLI

Phases of Sophistications

  1. Just use git diff and pipe it into a prompt (take from prompt library to split up)
  2. Add configuration (gitmoji, extra config for the commit message)
  3. Ignore specific files (e.g. lockfiles etc... )