Skip to content

JulianOrozcoC/git_workshop_tec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Crash Course

Requirements

Github

Access the next link (Install Git) and follow the instructions depending on your OS.

Node JS

Access the next link (Install Node JS) and follow the instructions depending on your OS.

Note: Install the LTS version (Recommended for most users)

Visual Code Editor

Access the next link (Install Visual Code) and follow the instructions depending on your OS.

Instructions

  1. Fork the repository and clone it into your machine.
  2. On root level of the project run npm install
  3. To run the project execute: npm start

Branch Naming Conventions

<group>/<tracker-number>/<description>

Grouping Tokens

Grouping Tokens are the ones in front of the branch name. Use one of the next defined tokens to group the branches.

  • feat for creating or improving a feature.
  • bug for fixing a bug in an existing feature.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published