Handson4

From Gridkaschool
Revision as of 18:12, 29 August 2014 by Sternber (talk | contribs) (Created page with "# Login to naf-school01.desy.de (cloud240xxx.desy.de) # Go in the folder school/git/puppet # Examine the git repository #* log #* status # Add a test file #* Create the file #* A…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. Login to naf-school01.desy.de (cloud240xxx.desy.de)
  2. Go in the folder school/git/puppet
  3. Examine the git repository
    • log
    • status
  4. Add a test file
    • Create the file
    • Add the file to your local repo
    • commit the local change
    • push your commit to the server
  5. Try to find your changes on naf-school02.desy.de under /var/git/puppet
  6. Remove your change. Choose one option
    • reset the reposiory to initial state
    • remove the file and commit the change
  7. push the updated repository to the server. (if you use reset you have to use -f)
  8. Examine again the git repository
  9. A example session made by me