Follow me: / dfbastidas
In this video I will show you what it is, when and how to use the Git clone, the Git Push, and the Git pull. These commands are very important as they serve to interact with remote repositories and connect work teams. This is definitely one of the most important classes. Well, these commands will be very widely used in your professional life. So pay special attention, as Git Clone, git push and git pull are the most important commands in this tool.
Git clone: Clone the remote repository project on your local machine. This makes it totally
Git push: Send the commits to the remote repository so that you or your colleagues can access your changes. When a partner makes a change then you can also get it with the Git Pull command
Git pull: Bring the latest commits from a given branch.
The Origin Suffix determines the branch to which we want to make or get the changes.