Git for Beginners

Git
Learn command line Git usage for common operations

ENROLL

Goal of this course

The goal of this course is to learn how to backup and share a working environment with a team using Git.

Popular services to host your code will also be covered.

Learn all the basic concepts such as 'commit', 'branch', 'merge', 'pull', 'push' and how to use git in a team environment using 'Git Flow'

This course is packaged with mentoring in Nexul Academy full-stack, front-end, and back-end tracks.

What you will learn

1: Installing Git
bash, github, others
2: Terminals
places to type a text command
3: Install VS Code
Visual Studio Code (free)
4: Repositories
nodes within a network
5: Commits
points in time
6: Push and Pull
sharing with others
7: Branches
development paths
8: Merging
converging paths
9: What is Git Flow
Working on a team