drvinceknight / rsd

Repository for a two day workshop on research software development aimed at mathematicians
MIT License
0 stars 20 forks source link

check that .gitignore appears on windows #90

Closed Nikoleta-v3 closed 6 years ago

drvinceknight commented 6 years ago

@Nikoleta-v3 could you also check that the command to remove a directory (https://vknight.org/rsd/chapters/01/) works?

Nikoleta-v3 commented 6 years ago

.gitignore appears by just typing dir.

tets_gitignore_w

Nikoleta-v3 commented 6 years ago

As for the command rmdir. As you can see if there are files within the folder you are getting a The directory is not empty. message. You need to force it with the following command rmdir /s.

tets_deleting_files

drvinceknight commented 6 years ago

@Nikoleta-v3 did you check that xcopy (the command to copy a dir) works as described in https://vknight.org/rsd/chapters/01/? (Does it need a flag if the dir is not empty?)

drvinceknight commented 6 years ago

nikoleta | no flag needed