Method: GSD::Database#sync!
- Defined in:
- lib/gsd/database.rb
#sync! ⇒ Object
18 19 20 21 22 23 24 25 26 27 28 |
# File 'lib/gsd/database.rb', line 18 def sync! if exists? open_repo else clone_repo end @default_branch = Git.default_branch(@git_repo) prepare_work_branch end |