From the course: Designing and Implementing Source Control using GitHub and Azure DevOps
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Exploring Git CLI commands
From the course: Designing and Implementing Source Control using GitHub and Azure DevOps
Exploring Git CLI commands
- [Instructor] Recall that Git CLI refers to the use of Git through the command-line interface on a computer. With Git CLI, you can perform all the basic Git operations like commits, pulls and pushes. We have already been exposed to Git commands where we added our project to and pushed updates to our repository. So in this lesson, we're going to focus on practicing these commands and exploring other powerful ones. Let us start by launching our Command Prompt window. Please note that on a Windows machine, you have the option of the Command Prompt or the PowerShell interface options by default. You may have different options based on your environment, whether you're using Linux or Mac, but with Git installed, we all have access to the Git Bash app. For this exercise, however, I will use my PowerShell interface. So let me clear my screen. Let us first create a new folder for our exercise. So I'm creating a folder, git-repo02,…