Skip to content

Revamp meeting 2!

Posted on:October 17, 2023 at  (1 min read)

Welcome Revamp to another week of coding! Let us get to bring some action into the code!

Firstly: Most important, like this

Table of contents

Open Table of contents

Basic Git steps

Instead of writing the same Github tutorial everwhere, I recommend you check out this resource, Github Odin!

Git branches

For our workflow, we follow a feature branch workflow. We will use a feature branch! Alt text Sample code looks like below

git branch # Show the branch
git checkout -b component/navbar # new branch

# code code code, good git commits
# now let head back to main
git checkout main

git pull origin main

# git push origin main
gh pr create # or send a pull request on github

Cli is here

Design

Link to the design Keep working on resign, ideas, and thoughts of new site.

Code repo

Link to the repo Work on code, address issues in the repo, send pull requests. We will be adding more issues!

Expectations for the next 2 weeks

If you are unsure, please reach out to the tech leads!