【风马一族_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; //十进 ...
随机推荐
- Linux高级字符设备驱动
转载:http://www.linuxidc.com/Linux/2012-05/60469p4.htm 1.什么是Poll方法,功能是什么? 2.Select系统调用(功能) Select ...
- 关于Android中TextView显示多个空格
一.直接填写文字,输入多少,显示多少,如下: android:text="AAA AAA" ————————>显示:AAA AAA 二.通过设置str ...
- C# 之 判断或设置以管理员身份运行程序
一.判断程序是否以管理员权限运行 using System.Security.Principal; public bool IsAdministrator() { WindowsIdentity cu ...
- Using ASP.Net WebAPI with Web Forms
Asp.Net WebAPI is a framework for building RESTful HTTP services which can be used across a wide ran ...
- Find the Clones
Find the Clones Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 6365 Accepted: 2375 D ...
- Bus Pass
ZOJ Problem Set - 2913 Bus Pass Time Limit: 5 Seconds Memory Limit: 32768 KB You travel a lot b ...
- 1.5.2 什么是Analyzer--分析器
分析器检查字段的文本,然后生成一个token流.在schema.xml中,分析器作为<fieldType>的一个子元素.在普通的使用当中,只有字段类型solr.TextField使用分析器 ...
- 1.4.1.Documents,Fields和Schema概述
Documents,Fields和Schema概述 solr的基本前提是非常简单,你可以给它很多信息,然后可以向它提出问题,获取你想要的问题的信息.所有信息输入的地方就叫做索引或者更新.当你提出问题时 ...
- framework&&library's root
框架和文件集合的路径应该是相对路径而不是绝对路径 写法如下图所示:
- [设计模式] .NET设计模式笔记 - 有多少种设计模式
.NET下的23中设计模式. ※创建型模式篇 ●单件模式(Single Pattern) ●抽象工厂模式(Abstract Factory) ●建造者模式(Builder Pattern) ●工厂方法 ...