gitupdate icon indicating copy to clipboard operation
gitupdate copied to clipboard

Commit and push updated files with file names as commit message

Results 10 gitupdate issues
Sort by recently updated
recently updated
newest added

### 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...

bug

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...

enhancement

### 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...

bug

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...

enhancement

Would be nice to be able to pass a `-v` where is prints what it is doing.

enhancement

### Feature ✨ ```sh gitupdate -p "Update " . # `Update foo bar baz` ``` ```sh gitupdate --prefix "Update " . ``` ### Why? I have a global githook that,...

enhancement

### 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...

enhancement

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...

enhancement