Method: Git::CommandLine#env
- Defined in:
- lib/git/command_line.rb
#env ⇒ Hash<String, String> (readonly)
Variables to set (or unset) in the git command's environment
49 50 51 |
# File 'lib/git/command_line.rb', line 49 def env @env end |