git - sync local nongithub repository with github repository -
i have github repository , have made amendments repository on machine , uploaded lasted version google drive. have new machine, , want github repository updated well.
i thinking of first clone github repository , compare each file of latest version on google drive , replace old files , commit.
is there easy way that?
if have .git
folder uploaded google drive, you're in situation. copied repository, not files. can keep working regular clone of repo.
just download folder project new computer, open git client, pull changes remote, resolve merge conflicts, if any. , push back.
Comments
Post a Comment