> I typically use Git Bash on Windows, and have students set Notepad as the > default editor for > simplicity. However, looking at the requirements 1. Git, 2. Nano, 3. Make, 4. > SQLite, that all > work from a single terminal, it seems like we should revisit using Cygwin.
The main reason that we use "Git for Windows" is that we try to avoid "exotic" tools. If you google "git windows" you will get 1. Download Git for Windows - Git - Downloading Package https://git-scm.com/download/win 2. Git for Windows https://git-for-windows.github.io/ 3. Install Git | Atlassian Git Tutorial https://www.atlassian.com/git/tutorials/install-git 4. Git for Windows · GitHub https://github.com/git-for-windows 5. Download – TortoiseGit – Windows Shell Interface to Git https://tortoisegit.org/download/ Cygwin isn't on that list. And we don't want to use SourceTree, GitHub Desktop or TortoiseGit since we try to teach principles and not tools. Raniere _______________________________________________ Discuss mailing list [email protected] http://lists.software-carpentry.org/listinfo/discuss
