Changes between Version 61 and Version 62 of squeak_screencasts


Ignore:
Timestamp:
04/23/2014 05:03:48 PM (10 years ago)
Author:
eric.seckler
Comment:

added filetree/git sections

Legend:

Unmodified
Added
Removed
Modified
  • squeak_screencasts

    v61 v62  
    423423Open !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.
    424424
     425= Versioning and CI with Filetree, GitHub and TravisCI =
     426== Filetree and Git: Basics ==
     427'''Description'''
     428
     429We're showing you how to setup your local working copy of a GitHub Squeak Project that is preconfigured for continuous integration with Travis-CI.
     430The 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.m4v,webm=attachment:FiletreeGit.webm,poster=attachment:FiletreeGit-1.jpg,preload=none)]]
     439
     440== Filetree and Git: Team work ==
     441'''Description'''
     442
     443Continuing 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.
     444
     445'''Preview'''
     446
     447[[Image(FiletreeGitMerge-1.jpg, 300)]] [[Image(FiletreeGitMerge-2.jpg, 300)]]
     448
     449'''Video'''
     450
     451[[Video(mp4=attachment:FiletreeGitMerge.m4v,webm=attachment:FiletreeGitMerge.webm,poster=attachment:FiletreeGitMerge-1.jpg,preload=none)]]
     452
     453Download mp4 video:[[attachment:Monticello-Introduction.m4v]]
    425454= Contributors =
    426455 * Eric Seckler