gitupdate
gitupdate copied to clipboard
Commit and push updated files with file names as commit message
### Bug 🐞 Running `go get -u github.com/nikitavoloboev/gitupdate` fails with following error: ``` go: go.mod file not found in current directory or any parent directory. 'go get' is no longer...
If I'm working on the same files and doing these temp commits, I guess the commit message would always be the same? It'd be awesome to add some uniqueness to...
### Steps to Reproduce: 1. check ig go is installed ``` sudo apt install golang-go [sudo] password for joe: Reading package lists... Done Building dependency tree Reading state information... Done...
This assumes we are working on a repo with remotes where we want to push. If it's not the case, it commits but exits with error 128 It should be...
### Feature ✨ ```sh gitupdate -p "Update " . # `Update foo bar baz` ``` ```sh gitupdate --prefix "Update " . ``` ### Why? I have a global githook that,...
### Feature ✨ Modify the command in some way to allow just the commit aspect, without pushing. #### Rationale Right now, the command takes 3-5 seconds, and I assume that's...
It would be very helpful if the main README.md contained an example of a commit message created by this tool.
It would be pretty great if we could run `gitupdate` passing something like `--watch` to it as a flag (along with a path) where it would mimic `watchexec`'s behavior and...