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

  1. Fork it ( https://github.com/[my-github-username]/git-gsub-files/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request