@yahal-even-chen/egit
v1.0.2
Published
One-command helper for git add, commit, and push
Maintainers
Readme
egit helper
Simple wrapper for a Git push flow:
egit push https://github.com/user/repo.gitYou provide the repository link on the command line. The script will prompt for a commit message, run git add ., create the commit, ensure origin points to the provided link, and push to origin main.
Setup
chmod +x egit.js
ln -sf "$(pwd)/egit.js" /usr/local/bin/egit # adjust the target path if neededAlternatively add git-cli to your PATH or create an alias:
alias egit="/Users/admin/Desktop/my\ project/fixprojects\ with\ ai/cli/git-cli/egit.js"Now you can push updates with a single command and supply the commit message interactively.
