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

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -