Reputation: 4007
Would sending a entire project to someone by email along with the .git folder exposes security issues? For example can it happen that the receiver uses this to access by ssh or https other projects from the senders GitHub account. The project is created in Intelij, is it possible that some Intelij files expose a security problem concerning git hub credentials?
Upvotes: 0
Views: 54
Reputation: 9258
It should not, but there could be exceptions here and there:
http://user:password@site/git/..
to remotesIt is really better to send a bundle as suggsested in comment
Upvotes: 2