I want to bring changes updated in online repository to my local repository. Here is what I have done:
I have a project and I've uploaded it on Git repository named as Android-app
.
I've done some work on this project at my office and uploaded changes on GitHub.
I've reached my home and I've already cloned that repository (
Android-app
) to my laptop earlier.
Now, what I want is to bring online changes to my current repository on laptop without cloning again. How can I do that with Git bash?