8000 GitHub - roryokane/gitupdate: Commit and push updated files with file names as commit message
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

roryokane/gitupdate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitUpdate Thanks

Commit and push updated files with file names as commit message

Install

go get -u github.com/nikitavoloboev/gitupdate

Usage

You can either use it by passing it a file path (with git repo) that you want to commit. i.e.

gitupdate /Users/nikivi/src/cli/gitupdate

Or if you are already in the git directory you want to commit, run:

gitupdate .

This will add all files that have changed since last commit and will include all the file names (without extension) as the commit message. Example use.

If you want to only consider top level folders for the commit message, use the --top (or -t for short) flag.

I personally find it very useful for personal repos where commits are not that important (i.e. notes/dotfiles/docs). I treat these repos as write only so there is no point in wasting time writing a commit message.

Contributing

See contribution guidelines.

Thank you

You can support me on GitHub or look into other projects I shared.

MIT Twitter

About

Commit and push updated files with file names as commit message

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0