Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 874 Bytes

README_NOOBS.md

File metadata and controls

28 lines (19 loc) · 874 Bytes

Intro to the FC3 website

This readme will attempt to give newbies the tools/steps necessary to work on the FCCC website

Working on the website requires a github account

Basic understanding of Git is necessary to work on the website

Stages to work on website: Fork the repository

Most commonly, forks are used to either propose changes to someone else's project or to use someone else's project as a starting point for your own idea. Clone Make a change Commit that change "Push" changes to your origin "Pull Request" origin/branch-name against upstream/dev

Useful links:

Git Official documentation https://git-scm.com/book/en/v2

I learned using an udemy course. Here's a link to their intro video: https://youtu.be/Ytux4IOAR_s or the course: https://classroom.udacity.com/courses/ud775