Engineering and Technology
Learn how to use Git, a popular Version Control System and essential tool for any developer.
Version Control with Git is a course on Udacity that teaches developers the importance of version control and how to use Git in their daily lives. The course covers essential Git vocabulary and guides students through configuring Git using the command line. Students will learn how to create a Git repository, review its current state and commit history, and customize the output of git log. They will also learn how to add commits to a repository, use git diff to identify changes in a commit, and manage untracked files using .gitignore. The course also covers tagging, branching, and merging, allowing students to organize their commits and navigate between different branches. Additionally, students will learn how to undo changes using various Git commands, such as editing or deleting existing commits, using the --amend flag, and using git reset and git revert to undo and erase commits.
by Udacity
Learn how to use Git, a popular Version Control System and essential tool for any developer.
by Udacity
Gain the DevOps skills required to automate the various aspects and stages of building and monitorin...
by Udacity
Learn the fundamental programming tools for data professionals: Python, SQL, terminal, and Git.
by Udacity
Prepare for a data science career by learning the fundamental data programming tools: R, SQL, comman...
by Udacity
Learn back-end development with Java, one of the most popular programming languages in the world.
by Udacity
This course is your first step towards a career in programming.
by Udacity
Software Development Processes explores requirements engineering, architecture and design, testing,...
by Udacity
Learn what machine learning is and the steps involved in building and evaluating models. Gain in dem...
by Udacity
The twin goals of knowledge-based artificial intelligence (AI) are to build AI agents capable of hum...
by Udacity
Persisting data is a core skill for any iOS developer. Learn how to store app data to your device us...