Method: Bones::App::Git#github_url
- Defined in:
- lib/bones/app/git.rb
#github_url ⇒ Object
85 86 87 88 89 |
# File 'lib/bones/app/git.rb', line 85 def github_url user = Git.global_config['github.user'] return unless user "http://github.com/#{user}/#{name}" end |