A Git subcommand to do gsub in a repository
To substitute Git
with Subversion
, run
$ git gsub Git Subversion
Then you will get
diff --git a/README.md b/README.md
index 2185dbf..393dbc6 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Git::Gsub
+# Subversion::Gsub
TODO: Write a gem description
diff --git a/bin/git-gsub b/bin/git-gsub
index c30f093..03b7c4c 100755
--- a/bin/git-gsub
+++ b/bin/git-gsub
@@ -1,4 +1,4 @@
#! /usr/bin/env ruby
require 'git/gsub'
-Git::Gsub.run
+Subversion::Gsub.run
TBD
- Fork it ( http://github.com/fujimura/git-gsub/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 new Pull Request