Skip to content

Stop repeating git commands and writing useless commit messages

Notifications You must be signed in to change notification settings

brycedbjork/instapush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instapush

Stop repeating git commands and writing useless commit messages

In the terminal of a git repo, run command push to:

  • Stage all changes
  • Summarize changes into a commit message (using GPT-4o-mini)
  • Commit and push changes

Setup

  • Clone this repo to your computer: git clone github.com/brycedbjork/instapush.git
  • Add export OPENAI_API_KEY="your_api_key" to your .bashrc .bash_profile or .zshrc file
  • Make the script executable: chmod +x /path/to/instapush.sh
  • Add an alias to your .bashrc .bash_profile or .zshrc file: alias push="/path/to/instapush.sh"
  • Restart terminal

About

Stop repeating git commands and writing useless commit messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published