What Is a Repository?
What Is Push and Pull in Git?
What is a repository?
![]()
After pulling, you’re able to change the code or add more functionality.
When youre done, you push your code to the repository so your changes can be saved and added.
Others can also enter the code.
How to do GitHub clone of its repository?
How to clone a project from GitHub?
Generally, there are 4 options: use HTTPS, use SSH, use CLI, and via desktop.
you gotta fire off the following commands in IDE.
Here we can safely stash the changes, pull the version from the repository, and unstore your code.