0

After unsuccessfully trying to git push using ssh, I am ready to give up and just use plain filesystem push (fortunately, that linux server has Samba running on it as well).

Before switching git transports, I was wondering: Is the result of git push always the same regardless of the protocol used? Including owner, chmod, etc. ?

Community
  • 1
  • 1
WinWin
  • 7,493
  • 10
  • 44
  • 53

1 Answers1

1

Yes it is neutral, but see this for what file info is tracked. To sum it up, users/groups/permissions aren't tracked. What if you cloned the repo to a computer that didn't have that user.

Community
  • 1
  • 1
Andy
  • 44,610
  • 13
  • 70
  • 69