You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not an issue as such but it might be worth mentioning for Windows folk who have no *nix exposure that when using command-line Git on Windows, the OS isn't case-sensitive when it comes to filenames but Git is.
So if you create 'bob.txt' then this, as per the tutorial, won't work in Windows:
git add Bob.txt
but this will:
git add bob.txt
The text was updated successfully, but these errors were encountered:
Not an issue as such but it might be worth mentioning for Windows folk who have no *nix exposure that when using command-line Git on Windows, the OS isn't case-sensitive when it comes to filenames but Git is.
So if you create 'bob.txt' then this, as per the tutorial, won't work in Windows:
git add Bob.txt
but this will:
git add bob.txt
The text was updated successfully, but these errors were encountered: