【风马一族_git_github】git与github的英文记录
Pull requests Issues Gist
请求 问题 要点
-------------------------------------------------------------------------------------------
Learn Git and GitHub without any code!
没有任何代码学习Git和GitHub!
-------------------------------------------------------------------------------------------
write comments, and open a pull request.
使用“你好世界指南”,您将创建一个存储库,启动一个分支,
写注释,并打开一个拉请求。
-------------------------------------------------------------------------------------------
Discover interesting projects and people to populate your personal news feed.
-------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------
Contact GitHub Traning shop blog About
联系 Github 培训 商店 博客 关于
-------------------------------------------------------------------------------------------
Settings【设置】
profile Account Emails Notifications Billing SSH and GPG keys
配置文件 帐号 电子邮件 通知 计费 SSH 和 GPG 密钥
-------------------------------------------------------------------------------------------
Security Blocked users OAuth applications personal access tokens
安全 被阻止的用户 O验证应用程序 个人访问令牌
-------------------------------------------------------------------------------------------
Repositories Organizations Saved replies
存储库 组织 保存的答复
-------------------------------------------------------------------------------------------
profile【配置文件】
upload new picture Don't show my email address
Setting your email in Git【在 Git 中设置您的电子邮件】
GitHub uses the email address you set in your local Git configuration to associate commits with your GitHub account.
Setting your local Git email address using the git config command
Register a new OAuth application【登记一个新的OAuth应用】
Application name Something users will recognize and trust
Branch master Find or create a branch Branches Tags Save Cancel
分支 硕士 发现或创建一个分支 分支 标签 保存 取消
-------------------------------------------------------------------------------------------
New pull request Create new file Upload file Find file
新拉的请求 创建新文件 上传文件 查找文件
【风马一族_git_github】git与github的英文记录的更多相关文章
- 【风马一族_git_github】使用Github搭建个人网站
个人网站 访问 https://用户名.github.io ( 风马一族的Github网站 ) 搭建步骤 1)创建个人站点-->新建仓库(注:仓库名必须是[用户名.github.io]) 2) ...
- 【风马一族_git_github】git的工作流程
git有三个区域(如图): 基本信息设置 1)设置用户名 git config --global user.name "帐号名" 2)设置用户名邮箱 git config ...
- 【风马一族_git_github】gitGui与github的SSH
权限校验 首先,您的数据保存在远端服务器一份,服务器需要对您的身份识别.一段RSA加密字符串. 启动GUI,菜单-帮助,[Step1-创建密钥]Generate SSH KEY 步骤一: 步骤二: 步 ...
- 【风马一族_git_github】github项目建成网站
---------------------------------------- 1)点击 Settings 2)上一个红色矩形是访问的网址,下一个红色矩形是用来设置页面相关的信息 3)页面信息的修改 ...
- 【风马一族_php】NO1_用php发出一声 Hi
原文来自:http://www.cnblogs.com/sows/p/5990157.html (博客园的)风马一族 侵犯版本,后果自负 第一步 安装WEB服务器 http://www.cnblog ...
- 【风马一族_php】NO0_搭建web服务器
原文来自:http://www.cnblogs.com/sows/p/5977996.html (博客园的)风马一族 侵犯版本,后果自负 安装apache apache是一种B/S结构的软件,apa ...
- 【风马一族_Android】通过菜单的点击,跳转到不同界面
---恢复内容开始--- 布局的代码:activity_main.xml <?xml version="1.0" encoding="utf-8"?> ...
- 【风马一族_xml】xmlp之dtd1
什么是XML约束? 在xml技术里,可以编写一个文档来约束一个xml文档的写法,这称之为xml约束 2. 为什么要使用xml约束? 参看提示栏 3. xml约束的作用? 约束xml的写法 对xml进行 ...
- 【风马一族_C】进制转化
#include "stdio.h" #include "Math.h" #define number 50 //设置数组的长度 int num10; //十进 ...
随机推荐
- 进程控制之exit函数
进程有下面5种正常终止方式: (1)在main函数内执行return语句.这等效于调用exit. (2)调用exit函数.此函数有ISO C定义,其操作包括调用各终止处理程序(终止处理程序在调用ate ...
- Apache的编译安装error: APR not found. Please read the documentation
提示configure: error: APR not found. Please read the documentation. 经网上查阅资料才知道这是Apache的关联软件 在apr.apach ...
- gridview_RowCommand 获取当前行中的控件
<asp:GridView ID="gvStorglog" runat="server" Width="100%" SkinID=&q ...
- C#.NET使用AnimateWindow制作淡入淡出特殊效果的窗体
使用AnimateWindow制作淡入淡出效果的窗体 命名空间: using System.Runtime.InteropServices; API函数: [DllImport("user3 ...
- oracle数据库常用SQL语句
1)删除表的一列 ALTER TABLE 表名 DROP COLUMN 列名; 2)增加表的一列 且默认值为0 alter table 表名 add 字段名 类型 default '0'; 3)修改表 ...
- Easier Done Than Said?
Problem Description Password security is a tricky thing. Users prefer simple passwords that are easy ...
- 在Archlinux ARM - Raspberry Pi上安装Google coder
升级软件包 一个 pacman 命令就可以升级整个系统.花费的时间取决于系统有多老.这个命令会同步非本地(local)软件仓库并升级系统的软件包: # pacman -Syu 提示:确保make以及g ...
- 阮一峰博客里面css3的display:flex的布局
- 错误"Lc.exe 已退出,代码 -1 "
今天做项目的时候突然出现编译不通过,错误为Lc.exe已退出,代码为-1.这让我郁闷了至少30分钟,后来上网查了一下,才知道原因所在,我们项目中使用了第三方组件(Infragistics)造成的,至于 ...
- eclipse启动问题
今天在公司正上班,突然跳出来一个windows update补丁更新,然后就确认呗,结果更新完成之后, eclipse打不开了,启动报错: could not find the main class, ...