Changes between Version 63 and Version 64 of squeak_screencasts


Ignore:
Timestamp:
04/24/2014 09:48:12 AM (10 years ago)
Author:
eric.seckler
Comment:

move filetree+git section

Legend:

Unmodified
Added
Removed
Modified
  • squeak_screencasts

    v63 v64  
    346346
    347347Download ogg video: [[attachment:Gemtools.ogg]]
     348
     349= Versioning and CI with Filetree, !GitHub and TravisCI =
     350== Filetree and Git: Basics ==
     351'''Description'''
     352
     353We're showing you how to setup your local working copy of a !GitHub Squeak Project that is preconfigured for continuous integration with Travis-CI.
     354The Project shown is available on !GitHub at: https://github.com/SWTI2014/SWTI2014-Project-XX
     355
     356'''Preview'''
     357
     358[[Image(FiletreeGit-1.jpg, 300)]] [[Image(FiletreeGit-2.jpg, 300)]]
     359
     360'''Video'''
     361
     362[[Video(mp4=attachment:FiletreeGit.mp4,webm=attachment:FiletreeGit.webm,poster=attachment:FiletreeGit-1.jpg,preload=none)]]
     363
     364Download mp4 video:[[attachment:FiletreeGit.mp4]]
     365Download webm video: [[attachment:FiletreeGit.webm]]
     366
     367== Filetree and Git: Team work ==
     368'''Description'''
     369
     370Continuing were the first "Filetree and Git" video left off, we show you how to fetch and merge changes made by other contributors and how to commit and push your own changes. We'll also show you how to resolve merge conflicts inside the Squeak Image.
     371
     372'''Preview'''
     373
     374[[Image(FiletreeGitMerge-1.jpg, 300)]] [[Image(FiletreeGitMerge-2.jpg, 300)]]
     375
     376'''Video'''
     377
     378[[Video(mp4=attachment:FiletreeGitMerge.mp4,webm=attachment:FiletreeGitMerge.webm,poster=attachment:FiletreeGitMerge-1.jpg,preload=none)]]
     379
     380Download mp4 video:[[attachment:FiletreeGitMerge.mp4]]
     381Download webm video: [[attachment:FiletreeGitMerge.webm]]
    348382
    349383= Tests are your safety net =
     
    423457Open !SwaLint from the Apps menu to perform static code analysis, which check for idiomatic code and gather code metrics. Then select the packages and classes you want to analyze. A reporter presents the results and offers to browse the occurrences of mismatches.
    424458
    425 = Versioning and CI with Filetree, GitHub and TravisCI =
    426 == Filetree and Git: Basics ==
    427 '''Description'''
    428 
    429 We're showing you how to setup your local working copy of a GitHub Squeak Project that is preconfigured for continuous integration with Travis-CI.
    430 The Project shown is available on GitHub at: https://github.com/SWTI2014/SWTI2014-Project-XX
    431 
    432 '''Preview'''
    433 
    434 [[Image(FiletreeGit-1.jpg, 300)]] [[Image(FiletreeGit-2.jpg, 300)]]
    435 
    436 '''Video'''
    437 
    438 [[Video(mp4=attachment:FiletreeGit.mp4,webm=attachment:FiletreeGit.webm,poster=attachment:FiletreeGit-1.jpg,preload=none)]]
    439 
    440 Download mp4 video:[[attachment:FiletreeGit.mp4]]
    441 Download webm video: [[attachment:FiletreeGit.webm]]
    442 
    443 == Filetree and Git: Team work ==
    444 '''Description'''
    445 
    446 Continuing were the first "Filetree and Git" video left off, we show you how to fetch and merge changes made by other contributors and how to commit and push your own changes. We'll also show you how to resolve merge conflicts inside the Squeak Image.
    447 
    448 '''Preview'''
    449 
    450 [[Image(FiletreeGitMerge-1.jpg, 300)]] [[Image(FiletreeGitMerge-2.jpg, 300)]]
    451 
    452 '''Video'''
    453 
    454 [[Video(mp4=attachment:FiletreeGitMerge.mp4,webm=attachment:FiletreeGitMerge.webm,poster=attachment:FiletreeGitMerge-1.jpg,preload=none)]]
    455 
    456 Download mp4 video:[[attachment:FiletreeGitMerge.mp4]]
    457 Download webm video: [[attachment:FiletreeGitMerge.webm]]
    458 
    459459= Contributors =
    460460 * Eric Seckler