Libraries
»
trahald
(0.0.5)
»
Index
»
Trahald
»
Git
»
#commit!
Method: Trahald::Git#commit!
Defined in:
lib/trahald/git.rb
#
commit!
(message) ⇒
Object
56 57 58
# File 'lib/trahald/git.rb', line 56
def
commit!
(
message
)
repo
.
commit_index
(
message
)
end