Method: Externals::GitProject#st
- Defined in:
- lib/externals/scms/git_project.rb
#st(*args) ⇒ Object
184 185 186 187 188 189 |
# File 'lib/externals/scms/git_project.rb', line 184 def st *args puts "\nstatus for #{path}:" Dir.chdir path do puts `git #{scm_opts_st} status` end end |