lib/git/pr/git_properties.rb in git-pr-0.0.2 vs lib/git/pr/git_properties.rb in git-pr-0.0.3

- old
+ new

@@ -1,7 +1,11 @@ module Git class Pr class GitProperties + def api_endpoint + `git config --get github.apiEndpoint`.chomp + end + def api_token `git config --get github.token`.chomp end def base_branch