资讯

Learn the very basics of how to interact with Git on your PC, whether you're using Windows or WSL inside of Windows.
This article provides supplemental instructions to a piece on expediting continuous testing by explaining how to install Git, Ruby and Jenkins on Windows (as opposed to a Mac or Linux environment).
The newest Windows 10 Fast Ring release, 14316, includes Ubuntu and Bash. It may not have a Linux foundation, but this is close as a Windows PC has ever come to also being a Linux computer.
A developer only needs two steps to get started with Git. First, create a new local repository with the git init command. Second, issue the git clone command to locally copy the contents of a remotely ...