Up next

How to Use Git and GitHub [Dev Concepts #28]

3 Views· 28 March 2024
Alagai Augusten
Alagai Augusten
6 Subscribers
6

Source control management (SCM) systems are widely used among software developers. SCM systems help you collaborate on code with your team, isolate your work until it is ready, and quickly troubleshoot issues by identifying who made which changes and keeping a history of every single piece of code that is committed.
In this tutorial, we’ll look at Git and GitHub. Git is an open-source distributed source code management system. It allows you to make a copy of your repository known as a branch. By creating this branch, you can work on your code independently from the stable version of your codebase.
I’ll also show you how to make a portfolio of your projects on GitHub to help you start your first developer job.

➡️ Find the full blog article here: https://softuni.org/dev-concep....ts/what-is-git-and-h

⭐ Table Of Contents ⭐

00:00 Intro
01:35 Source Control Systems
05:09 GitHub Example
11:56 Live Demo
22:14 Next Steps

If you’ve missed other tutorials in this series, catch up here: https://youtube.com/playlist?l....ist=PLIF8tJJOPz9KZRU

Get more great content by subscribing - https://bit.ly/3DyAJ7m

💻 Want to learn to code professionally? Enroll in our Java or JavaScript Developer programs here: https://softuni.org/learn

➡️ Valuable Blog Posts: https://softuni.org/blog
➡️ Help by Mentors: https://www.reddit.com/r/softuni
➡️ Free Learning Resources: https://softuni.org/learn/learning-resources

📱 Let's connect on
Facebook: https://www.facebook.com/softuni.global
Instagram: https://www.instagram.com/softuni.global
Twitter: https://twitter.com/softuni_org
LinkedIn: https://www.linkedin.com/company/softuni-global

And remember, you learn to code by writing code. Do the assignments, submit them in the SoftUni Judge system, and get instant results. Do not hesitate to ask for assistance from me or any of the mentors and members of the SoftUni Global Community. Our mission is to create experts by helping you learn Programming and start a job in IT.

Till next time!

#git #github #programming #codelessons #free #lessons #codewithnakov #softuniglobal

Show more

 0 Comments sort   Sort By


Up next