Skip to content

Commit

Permalink
#101 Add more instructor notes
Browse files Browse the repository at this point in the history
  • Loading branch information
astroDimitrios authored Dec 19, 2024
1 parent 4f3dd0d commit 31fbeac
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions instructors/instructor-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,27 @@ particular set of files in `.gitignore`.
`git push -u origin main`, will have slightly different output, including
the line `Branch main set up to track remote branch main from origin by rebasing.`

### Met Office

Why are we moving to Git and GitHub?

- GitHub has better project management features
- Git/GitHub provide better security (MFA)
- GitHub has more useful features for collaboration than trac
- Easier to collaborate with partners outside the Met Office with GitHub

## [Exploring GitHub](../episodes/08-github-interface.md)

When you are exploring the GitHub interface you may wish to show:

- How to manage access to a repository (changes are only visible to those with access)
- How to enable wiki pages, discussions, projects

And mention that these are covered in more detail in the
Git & GitHub Working Practices training.
You can also mention that it is possible to edit files via the GitHub
interface but we won't be doing that today.

## [Collaborating](../episodes/08-collab.md)

NOT IN THE MET OFFICE VERSION
Expand Down

0 comments on commit 31fbeac

Please # to comment.