Successfully added
Git
by Cole
Git Pull
After you clone or get a copy of a repository, you can do a pull from the repository to make sure your copy is updated with the latest changes. It’s a good practice to make a pull before working in a local copy when you are working in a multi-user repository or when you are working on the same project on different devices to keep it synchronized and to avoid conflicts.
Referenced in:
Comments