Skip to content

ngcp-project/presentation-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Presentation Resources

This repo hosts materials used for presentations, including slides and diagram files.

How to Upload New Resources (Shortcut)

  1. Use Github's web interface to upload files directly to the appropriate team folder. image

  2. When you're logged in and on the main repo page, press period (.) to open the web-based editor.

  3. Navigate to the desired team folder.

  4. Upload the files using the VSCode web interface.

  5. Commit the changes directly from the web interface.

How to Upload New Resources (Git LFS Required)

  1. Clone the repository to your local machine.
   git clone https://github.com/ngcp-project/presentation-resources.git
  1. Create a New Folder: Each team should have its own folder.
  2. Add Your Files: Place your slides and diagrams in the appropriate folder.
  3. Install Git LFS if you haven't already.
  4. Initialize Git LFS in your repository:
   git lfs install
  1. Track Large Files: If you have large files, track them with Git LFS using the following command below and adjusting for the file types you are using:
   git lfs track "*.png" "*.jpg" "*.pdf"
  1. Commit Your Changes: Add and commit your changes.
   git add .
   git commit -m "Add new presentation resources"
  1. Push to the Repository: Push your changes to the remote repository.
   git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •