Clone Github repo to specific Windows folder?
问题 How to change the cloning folder of a specific git? My default storage directory is here C:\Users\myPC\Documents\GitHub But for this one git https://github.com/username/myproject I want to put it in C:\somefolder (and not like C:\somefolder\myproject but all the files under C:\somefolder ) How to do that? I tried git clone command line but then the git doesn't show up in my Github for Windows client Sorry for basic question but couldn't google or search here any answer! 回答1: After you have