Method: Git::Status::StatusFile#sha_repo

Defined in:
lib/git/status.rb

#sha_repoString

The sha of the file in the repo

Examples:

123456


Returns:

  • (String)


175
176
177
# File 'lib/git/status.rb', line 175

def sha_repo
  @sha_repo
end