随笔分类 -  SCM

摘要: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 阅读全文
posted @ 2013-05-27 15:08 莫笑旧人 阅读(183) 评论(0) 推荐(0)