摘要:Below commands are used with Git Bash on windows platform:Run 'git help git' to display the help index.Run 'git help <command>' to display help for specific commands.After you modified some files, use below commands to check in your modification:git checkout -b newgit checkout
阅读全文