Modifying a repo structure

Introduction to GitHub Concepts

George Boorman

Curriculum Manager, DataCamp

Creating a new file

Code section of a GitHub repository with the Add file button highlighted

Introduction to GitHub Concepts

Naming the file

naming the file as requirements-dot-txt

Introduction to GitHub Concepts

Editing the new file

adding Python packages to requirements-dot-txt

Introduction to GitHub Concepts

Committing the new file

 

commit message of Add requirements file

Introduction to GitHub Concepts

Committing the new file

Optional extended description text box left blank

Introduction to GitHub Concepts

Committing the new file

Options for how to save the file - commit to current branch or make a new branch and start a pull request

Introduction to GitHub Concepts

Committing the new file

commit the new file to the main branch

Introduction to GitHub Concepts

Uploading a file

Uploading a file

Introduction to GitHub Concepts

Uploading a file

dragging a file to add it to the repo

Introduction to GitHub Concepts

Uploading a file

Video adding a commit message "Add la liga attendance plot" and making a commit

Introduction to GitHub Concepts

Creating a new directory

Add EDA/README.md

Introduction to GitHub Concepts

Creating a new directory

 

committing a new directory

Introduction to GitHub Concepts

Modifying a file

Clicking the pencil icon to edit a file

Introduction to GitHub Concepts

Modifying a file

 

add seaborn package and version to requirements-dot-txt

Introduction to GitHub Concepts

Deleting a file

highlighting the dot-gitignore file in the repo

Introduction to GitHub Concepts

Deleting a file

delete dot-gitignore

Introduction to GitHub Concepts

Deleting a file

Committing to delete dot-gitignore

Introduction to GitHub Concepts

Let's practice!

Introduction to GitHub Concepts

Preparing Video For Download...