baresi687 / module-1-workflow-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module 1 Workflow GIT ⚽

Use Git version control software to manage project code πŸ§‘β€πŸ’Ό

Using Git as a source code management tool has become an essential skill for all web developers. Git helps you to manage the code in a project as you develop new features, helps to find and fix problems, and simplifies collaboration with other developers, whether they're in your office, or around the world. In this course, we will begin with the basics. We'll learn to install Git and understand its fundamental concepts. Then we'll cover the essential techniques you need to add files to a Git repository, to track changes to those files over time, and to view and compare previous versions of the files. Our goal is to become comfortable with the most common actions in Git so that you can use them effortlessly.

Managing secrets (ENV variables) πŸ”

Methods to keep your projects secure by taking advantage of Environment Secrets.

We will be using env to secure our important key variables

When staging Env variables are set

CleanShot 2022-10-20 at 22 11 33@2x

CleanShot 2022-10-20 at 22 13 02@2x

About


Languages

Language:JavaScript 50.1%Language:HTML 48.4%Language:Shell 1.5%