android studio git 将项目分享到github,推送到其他平台 码云 等。
作者:韩梦飞沙
Author:han_meng_fei_sha
邮箱:313134555@qq.com
E-mail: 313134555 @qq.com
主机 host
身份验证类型 auth type
使用ssh克隆git存储库 clone git repositories using ssh
点击测试 ,提示连接成功。
设置主密码
使用操作系统用户凭证加密
指定密码数据库的新密码。
留下空白以禁用主密码保护。
setup master password
encrypt with OS user credentials
Specify the new password for the password database.
Leave blank to disable the master password protection.
导入进CVS
创建git仓库
导入进 subversion
创建 活泼善变的mercurial 仓库
分享项目到github
上传项目到谷歌云
windows的git凭证管理器
输入您的凭据为https://github.com/。
git credential manager for windows
Enter your credentials for https://github.com/.
输入你的github账号密码, 点击确定
成功分享项目到github
我们点击 这个蓝色的链接 打开查看。
发现网站上已经有了。
分享到 其他的 git仓库托管平台。
我们想要分享到的 是 中国的平台。比如 码云。
直接选择推送即可,和平时一样,根据提示,填些远程连接,就可以推送到其他平台了。
提交文件,
添加,
显示当前版本
比较用分支
恢复
解决冲突 resolve conflicts
分支
标签
合并改变
藏 改变 stash changes
不藏改变 unstash changes
重设 头
克隆
获取 fetch
拉取
推送
重定基底 rebase
重定基底 我的github 叉 rebase my github fork
创建 拉请求