module MGit

Constants

VERSION

Public Class Methods

init() click to toggle source
# File lib/mgit.rb, line 18
def self.init
  # Initialize AppData and migrate if necessary.
  AppData.update

  # Initialize Commands.
  MGit::Command.load_commands
end