Changes between Version 20 and Version 21 of TutorialsTNG


Ignore:
Timestamp:
Apr 8, 2017 6:23:23 AM (7 years ago)
Author:
smk78
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TutorialsTNG

    v20 v21  
    9090* I do want to edit Tutorials: 
    9191 * if you do not already have one, create yourself a [https://github.com/join?source=header-home GitHub] account 
    92  
    9392 * login to !GitHub 
    9493 * in the search box at the top of the window type '!SasView/tutorials' (without the quotes!) and press return 
     
    10099 * click the green button marked 'Commit changes' to add your Tutorial file to the repository 
    101100 
     101== Editing an EXISTING Tutorial == 
     102IMPORTANT! Once a Tutorial file is in the repository it is available for anyone to work on and make changes. Provided all authors ''pull'' a copy of a file from the repository, make their changes, and then ''push'' the changed file back to the repository, Git will ensure that one authors changes are not compromised by another authors changes. 
    102103 
     104* To ''pull'' a Tutorial file from the repository: 
     105 * login to !GitHub 
     106 * navigate to the 'SasView/tutorials' repository 
     107 * click on the Tutorial file you wish to edit 
     108  * the document contents will be displayed; in the case of a Tutorial file this will be a lot of XML! 
     109 * click the button on the right marked 'Raw' 
     110 * right-click anywhere on the page and choose 'Save as...' 
     111 * save the Tutorial file (as type 'OpenDocument Text') 
     112 
     113* Edit the Tutorial! 
     114 
     115* Save the Tutorial! 
     116 
     117* To ''push'' the Tutorial file back to the repository: 
     118 * login to !GitHub 
     119 * navigate to the 'SasView/tutorials' repository 
     120 * click on the button marked 'Upload files' to the left of the green button 
     121 * drag-over or choose the Tutorial file you want to upload 
     122 * in the narrow box under the heading 'Commit changes' add a ''short'' title for your upload; eg, 'Changed/added X to the tutorial on Y' 
     123 * ''(optional) if you want you can add a more detailed description of what you have changed in the bigger box'' 
     124 * click the green button marked 'Commit changes' to add your Tutorial file to the repository 
    103125 
    104126== Tutorials & Authors ==