Update local git repository

Suppose there has been changes in the main git repository, and you might want to update the same in your local folder.

Use git pull. This will update the folder


The local file gets updated as expected.

No comments:

Post a Comment