We will begin to teach live on YouTube, introduce the programming theme in Cantonese, and let beginners have a better understanding of programming. This time our theme is Git version control. In the software development process, every new feature, even a subtle debug, will also appear in a new version. The traditional version control performed by the human hand, for example, the file named "version20190509", "version20190510", the process will be very complicated, and easy to make mistakes, it will be more confusing when many people develop together.
We talked about how software developers use Git to track and maintain changes to the source code to manage the different versions that appear in the development process and to increase efficiency in multiplayer development.
Please visit our YouTube channel when you arrive. Participate in the 1-hour live teaching video and we will answer your questions in real time.
We will mention:
History of version control
Git definition of the version
Using Git's software development process
The multi-person cooperation development process
Git and GitHub
How to participate in the open source project on GitHub
Who should attend:
Newcomer to programming, want to know Git
People who are interested in version control