Skip to content

ngcp-project/presentation-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Presentation Resources

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

How to Upload New Resources

  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

Releases

No releases published

Packages

No packages published