git-gsub-files
A Git subcommand to git mv file like gsub in a repository
Usage
$ git gsub-files READ WRITE
$ git status
On branch master
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
renamed: README.md -> WRITEME.md
Instration
$ gem install git-gsub-files
See also
- git-gsub A Git subcommand to do gsub in a repository
Contributing
- Fork it ( https://github.com/[my-github-username]/git-gsub-files/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request