gitautoOptimize your git workflows. Create intuitive logical and scoped commit of you working branches. https://gitauto.davidconteh.engineer Featuresgenerate commitThe generate commit messsge command generates a commit message which you can copy. It generates a commit message, add the modified files and commit the changes. It does all of this on file by file basis. So if their are five modified changes. It loops over each of them one by one add them individual (git add) and generates a commit message for each (git commit). So if you have work for a long time on you codebase with hundreds of changes leave it to gitauto to work out commiting for you. git pushThe push latest changes command push the latest commited changes. RequirementsMake sure to setup your repository. Extension SettingsThis is just an MVP - so no settings yet. Release NotesUsers appreciate release notes as you update your extension. 1.0.0Initial release of gitauto
1.0.1
Future improvement we are considering
|