Skip to content

Commit

Permalink
fix: 多文件夹切换分支
Browse files Browse the repository at this point in the history
  • Loading branch information
937447974 committed Mar 14, 2019
1 parent 674004e commit 14e93dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions YJCocoaGem.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
4A5B41C920FD92D2005A0612 /* pod_lib.rb */ = {isa = PBXFileReference; lastKnownFileType = text.script.ruby; path = pod_lib.rb; sourceTree = "<group>"; };
4A7B60DD2109BF5B00241F6E /* package.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = package.json; sourceTree = "<group>"; };
4A7B60DE2109BF5C00241F6E /* commitlint.config.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = commitlint.config.js; sourceTree = "<group>"; };
D4EE1BB92239FCA0002591E5 /* git_checkout.rb */ = {isa = PBXFileReference; lastKnownFileType = text.script.ruby; path = git_checkout.rb; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXGroup section */
Expand Down Expand Up @@ -84,6 +85,7 @@
children = (
0A6676481F51135B00620C8F /* git_branch.rb */,
0A6676491F5123B400620C8F /* git_cache.rb */,
D4EE1BB92239FCA0002591E5 /* git_checkout.rb */,
0AE772371F4D25E000432AA9 /* git_pull.rb */,
4A167BB320FC49A10031A9ED /* git_tag_add.rb */,
4A167BB420FC705A0031A9ED /* git_tag_delete.rb */,
Expand Down
1 change: 0 additions & 1 deletion lib/yjcocoa/git/git_checkout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def initialize(argv)

# businrss
def validate!
exit 0 unless self.gitExist?
self.banner! unless self.branch
end

Expand Down

0 comments on commit 14e93dc

Please sign in to comment.