For the sake of an example, supose I have an old copy of phpMyAdmin (not under revision control) in my home directory. I would like to upgrade it to the latest version from the "stable" branch.
So basically, I just want to be able to do
git pull
and have my copy of phpMyAdmin "upgraded" to the latest version.
Is that possible? I assume I would need to put phpMyAdmin under revision control first.
Thank you!