+ [8 years ago] shygirl But https do have a credential cached thing,
+ [8 years ago] shygirl Why isn't anyone suggesting how I can set that up
+ [8 years ago] sonOfRa because the cache isn't permanent, and you still have to enter your password. Seriously, read up on how to use SSH keys, it's a LOT more convenient
+ [8 years ago] disi how do i view file mode on the github website?

message no. 159786

Posted by disi in #github at 2016-12-19T20:36:38Z

how do i view file mode on the github website?
+ [8 years ago] VxJasonxV there is text that says "executable file" somewhere, which means it's 755
+ [8 years ago] VxJasonxV otherwise it's 644
+ [8 years ago] VxJasonxV git tracks the executable flag, but nothing else.
+ [8 years ago] VxJasonxV (directories are always 755)