Intro to Codeworks (Day 1)

... Less than 1 minute

# Intro to Codeworks (Day 1)

# In your own words, why do we use Git?

Git is a tool that helps developers avoid conflicts with their teams code. It also acts as a control to manage the different versions of an application, and lets developers store their code safely.

# What are the benefits of having multiple branches?

By having mutliple branches, developers can test code in safe environments where they won't damage their main code. Developers can use branches to improve their code with the safety of being able to revert back to the main source.

# What is the difference between Git and GitHub

The difference between Git and GitHub is that git is used as a local repository meanwhile GitHub is a remote repository that can be acessed and modified by other developers.

Afternoon: https://timothykimble.github.io/blog/

Last update: September 23, 2021 04:13