progit2 icon indicating copy to clipboard operation
progit2 copied to clipboard

Fix type in

Open frijger opened this issue 3 years ago • 1 comments

Pro Git >

Git Basics >

Getting a Git Repository >

Initializing a Repository in an Existing Directory:

... for Windows:

$ cd C:/Users/user/my_project

Screenshot from 2022-06-19 13-00-33 Expected:

cd C:\Users\user\my_project

frijger avatar Jun 19 '22 11:06 frijger

CMD in Windows supports both types of slashes, but git-bash in Windows supports forward-slashes only, so for better compatibility forward slashes are used here and there is no mistake.

Morganov avatar Aug 01 '22 11:08 Morganov

In the light of words of @Morganov I think we can close this issue.

KZiemian avatar Aug 27 '22 18:08 KZiemian