如何搭建自己的github
建立Git环境关联Github操作技巧1. 为本地库添加远程库现在,我们根据GitHub的提示,在本地的learngit仓库下运行命令:
1$ git remote add origin git@github.com:michaelliao/learngit.git
2. 怎样回退已经commit的git参考:https://blog.csdn.net/chichoxian/article/details/80638031https://www.cnblogs.com/lyy-2016/p/65
...