This is an old revision of the document!
<< Back
Computer
It's always a good idea to create your own account seperatly from an admin account.
Read more about it here:
Good safety recommendations
Terminology
Internet
Shaders
Slashes
Forward slashes (/) are the standard in most cross-platform development tools.
Backslashes (\) are traditional in Windows path notation.
For best compatibility, it's recommend choosing forward slashes. Here's why:
Git internally uses forward slashes regardless of the platform
Forward slashes work consistently across operating systems
Most Git documentation and examples use forward slashes
It reduces potential escape character issues in command-line operations
Links