Skip to content

mitchelbaker-cisa/git-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

USDC Git workshop

Welcome to USDC's Git workshop repository! This workshop aims to teach the following:

  • Learning outcome #1
  • Learning outcome #2
  • Learning outcome #3

Prerequisites for this workshop:

Feel free to complete the activities in this repository at whatever own order and pace feels right for you. We have included instructions below for optional guidance.

1. Create your own fork of this repository

Create a fork of the git-workshop repository (which can also be referred to as a "repo") using the Fork button on the upper right corner of this repo page.

image

In the owner dropdown, select your own GitHub username. You can keep the "Copy the main branch only" field checked.

image

This creates your own personal copy of the git-workshop repo on your GitHub account. Your changes on your forked repo will only be reflected in your personal GitHub account's version of the git-workshop code. Think of it as making your own copy of a Google doc. Your changes on your created copy will not change the original Google doc you copied.

2. Publish a change directly to main branch

A. Update analysis_standards.md

B. Commit your changes to analysis_standards.md

C. Push your changes to main

3. Publish a change from a branch off main

A. Create a new branch off main

B. Update script.md

C. Commit your changes to script.md

D. Push your changes to your feature branch

4. Create a pull request from your change branch to main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published