Copied files without git repo, how to bring changes into master -


instead of cloning repository on deployment server, uploaded files using ftp. however, forgot upload .git portion , have made changes want merge master part of deployment branch. there no git repository there.

what i'd do, commit deployment changes existing remote. i'm not sure how that.

upload .git files; contain record of status before, , you'll able run git status find out what's different.

remember copy other .hidden files well. .gitignore, if have one.


Comments