git-utils 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/git-utils/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 749602b0ec220de6ca327a4265821eedbed6463d
|
|
4
|
+
data.tar.gz: 6f7f42a1b4e31723f5ec77077c15a59e9cfa011e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c3f2c524661c7210b6b7e6d092b756457ebeac93975ed90fae8f2368ae66842f25e4443415aa22b602f088f92906516002e2b919d9b6c058c74e4af4c8275eb
|
|
7
|
+
data.tar.gz: 2753fb7bc6f1507e102cb05b2f2ed946fcdec176b920a80fd518c7f05016ea6df15fa2d134eac5cf49a0fa820ef36af880b3ee64a3fee6c368f7219a7854ab6e
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This repo contains some Git utility scripts. The highlights are `git open`, `git pull-request`, `git push-branch`, and `git undo`, which you'll never understand how you did without.
|
|
4
4
|
|
|
5
|
-
The commands are especially useful when combined with [pivotal-github](https://github.com/mhartl/
|
|
5
|
+
The commands are especially useful when combined with [pivotal-github](https://github.com/mhartl/pivotal-github) gem (which, despite its name, also works with Bitbucket).
|
|
6
6
|
|
|
7
7
|
The `git-utils` used to be pure Bash scripts, but they are now available as a Ruby gem, both because Ruby is more powerful than bash and because now `git-utils` can be included more easily as a dependency for the [pivotal-github](https://github.com/mhartl/pivotal-github/) gem. As a result, installation is easy if you have RubyGems installed:
|
|
8
8
|
|
data/lib/git-utils/version.rb
CHANGED