I have several Github repositories cloned on my computer. They are not my projects but rather other people's programs I like to use.
I usually use git clone url
to download a repository to my computer. To keep the source code or program updated, do I need to use git clone url
all the time for each program (and whenver I see any change in the repository)? Or is there a simpler way to keep every repository I cloned from Github updated?
I'm looking for some command like brew upgrade
just as homebrew upgrades all the packages downloaded automatically.
Thank you very much!