maryxyan / SDA_js_2021

Team project, Javascript
2 stars 0 forks source link

SDA_js_2021

An open-source team portfolio project.

Installation

  1. Install GITbash
  2. Make a designated folder for the project
  3. Open Gitbash in the designated folder
  4. Use the following command to download the repository files into the designated folder:
GIT clone https://github.com/maryxyan/SDA_js_2021.git
  1. Navigate into the SDA project folder with :
 cd SDA_js_2021/
  1. In order to open the project in VSCode, while in the designated folder, you can use :
 code .

MAKE YOUR OWN BRANCH, MAKE YOUR OWN BRANCH, MAKE YOUR OWN BRANCH

MAKE YOUR OWN GOD DAMN BRANCH :D https://github.com/elsewhencode/project-guidelines#1-git

Dont work on main branch unless you know what you're doing. Make your own branch and save changes on that:

How to commit :

  1. You can check your saved changes

    Git status
  2. Confirm your changes.

    Git add .
  3. Commit your changes

    Git commit -m"Comment"

    NOTE : You are REQUIRED to add a comment in between the quotes;

  4. Push and run for dear life aka hope you dont get too many conflicts

    Git push

Documentation

Before live deploy.

Code