Method: GitSwitchBranch.patch_path

Defined in:
lib/git_switch_branch.rb

.patch_pathObject



37
38
39
# File 'lib/git_switch_branch.rb', line 37

def self.patch_path
  File.join(@repo_changes_path, @git.current_branch)
end