Intro to Git and GitHub - Bootcamp Day 5 (2024-09-03)

Опубликовано: 22 Октябрь 2024
на канале: Tech World Software School
47
1

Learn how to keep track of changes in your source code with the version control software Git.

Learn basic git commands such as config, init, add, commit, status, diff, log, remote, push.

The lecture also gives you an introduction to the social collaboration and coding platform GitHub.

You learn how to generate an SSH key and submit the public key to GitHub so you can authenticate automatically while pushing changes to a remote repository there.

Source Code: https://github.com/nbktechworld/intro...