Pull requests        Issues      Gist

请求           问题        要点

-------------------------------------------------------------------------------------------

Learn Git and GitHub without any code!

没有任何代码学习Git和GitHub!

-------------------------------------------------------------------------------------------

 Using the Hello World guide, you’ll create a repository, start a branch,
write comments, and open a pull request.

使用“你好世界指南”,您将创建一个存储库,启动一个分支,

写注释,并打开一个拉请求。

-------------------------------------------------------------------------------------------

Discover interesting projects and people to populate your personal news feed.

发现有趣的项目和人来填充您个人的新闻提要。
-------------------------------------------------------------------------------------------
Your news feed helps you keep up with recent activity on repositories you watch and people you follow.
新闻可以帮助你跟上最近的活动库你看和你跟随的人。
-------------------------------------------------------------------------------------------
Your repositories    New repository
你的仓库         新的存储库

-------------------------------------------------------------------------------------------

All    public    private    Sources  Forks
全部   公有      私有     来源    拷贝
-------------------------------------------------------------------------------------------
New repository    Import repository    New organization
新库          导入库          新组织
-------------------------------------------------------------------------------------------
Your profile  your stars  explore  Integrations  Settings  Help  sign out
您的配置文件  你的星星    探索    集成        设置    帮助  退出

-------------------------------------------------------------------------------------------

Your have no unread notifications
你有没有未读通知
-------------------------------------------------------------------------------------------
Explore GitHub  Read the guide   Start a project
探索GitHub    阅读指南      启动项目
-------------------------------------------------------------------------------------------

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  

上传新图片           不显示我的电子邮件地址 
-------------------------------------------------------------------------------------------
Bio    Tell a little about yourself  Company  Location
简介      告诉一些关于你自己    公司    位置
-------------------------------------------------------------------------------------------
Contributions  Include private contributions on my profile
捐赠       包括我的个人资料的私人捐款
-------------------------------------------------------------------------------------------
Get credit for all your work by showing the number of contributions to private repositories on your profile without any repository or organization information. Learn how we count contributions.
你的工作在您的配置文件不包含任何存储库或组织的信息上显示私人资料库捐款的数量获得学分。了解我们如何计算贡献。
-------------------------------------------------------------------------------------------
Github Developer Program

GitHub 开发商计划
-------------------------------------------------------------------------------------------
Building an application, service, or tool that integrates with GitHub? Join the GitHub Developer Program, or read more about it at our Developer site.
构建应用程序、服务或工具,集成了GitHub吗?加入到GitHub开发者计划,或者在我们的开发者网站阅读更多关于它。
-------------------------------------------------------------------------------------------
Jobs profile        Available for hire
工作岗位配置文件      可以雇佣
-------------------------------------------------------------------------------------------
Add a saved reply    Saved reply title
添加一个保存的答复    保存的答复标题
-------------------------------------------------------------------------------------------
 
 

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.

GitHub 使用您在中设置的电子邮件地址您本地的 Git 配置相关联,即属与您 GitHub 的帐户。
-------------------------------------------------------------------------------------------

Setting your local Git email address using the git config command

设置使用 git config 命令你本地的 Git 的电子邮件地址

Register a new OAuth application【登记一个新的OAuth应用】

Application name    Something users will recognize and trust

 应用程序名称      用户将识别和信任的东西

-------------------------------------------------------------------------------------------
Homepage URL    The full URL to your application homepage
个人主页URL      完整的网址到您的应用程序主页
-------------------------------------------------------------------------------------------
Application description  This is displayed to all potential users of your application
应用描述          这被显示给您的应用程序的所有潜在用户
-------------------------------------------------------------------------------------------
Authorization callback URL  Your application’s callback URL. Read our OAuth documentation for more information.
授权的回调URL        您的应用程序的回调 URL。阅读我们 OAuth 文档以了解更多信息。
-------------------------------------------------------------------------------------------

Register application    Cancel
注册应用程序        取消
-------------------------------------------------------------------------------------------
 
项目页面
 
code  Issues  Pull requests  wiki  pulse  Graphs   Setting
代码   问题    向外的请求   维基   脉冲   图   设置

-------------------------------------------------------------------------------------------
Unwatch  Not watching  watching    Ignoring  Star  fork
关闭查看   不看        看      忽略    星级   叉子
-------------------------------------------------------------------------------------------
commit    branch    releases    contributor  Description  Website
提交      分支      释放      贡献者      描述    网站
-------------------------------------------------------------------------------------------

Branch  master  Find or create a branch  Branches  Tags  Save  Cancel

分支    硕士    发现或创建一个分支     分支      标签   保存  取消

-------------------------------------------------------------------------------------------

New pull request  Create new file  Upload file  Find file  

新拉的请求      创建新文件    上传文件    查找文件

-------------------------------------------------------------------------------------------
clone or download  Clone with HTTPS  
克隆或下载      克隆与HTTPS  
-------------------------------------------------------------------------------------------
Use Git or checkout with SVN using the web URL.
使用git或结帐svn使用Web URL。
-------------------------------------------------------------------------------------------

 
 
 
 

【风马一族_git_github】git与github的英文记录的更多相关文章

  1. 【风马一族_git_github】使用Github搭建个人网站

    个人网站 访问 https://用户名.github.io  ( 风马一族的Github网站 ) 搭建步骤 1)创建个人站点-->新建仓库(注:仓库名必须是[用户名.github.io]) 2) ...

  2. 【风马一族_git_github】git的工作流程

    git有三个区域(如图): 基本信息设置 1)设置用户名   git config --global user.name  "帐号名" 2)设置用户名邮箱  git config ...

  3. 【风马一族_git_github】gitGui与github的SSH

    权限校验 首先,您的数据保存在远端服务器一份,服务器需要对您的身份识别.一段RSA加密字符串. 启动GUI,菜单-帮助,[Step1-创建密钥]Generate SSH KEY 步骤一: 步骤二: 步 ...

  4. 【风马一族_git_github】github项目建成网站

    ---------------------------------------- 1)点击 Settings 2)上一个红色矩形是访问的网址,下一个红色矩形是用来设置页面相关的信息 3)页面信息的修改 ...

  5. 【风马一族_php】NO1_用php发出一声 Hi

    原文来自:http://www.cnblogs.com/sows/p/5990157.html  (博客园的)风马一族 侵犯版本,后果自负 第一步 安装WEB服务器 http://www.cnblog ...

  6. 【风马一族_php】NO0_搭建web服务器

    原文来自:http://www.cnblogs.com/sows/p/5977996.html  (博客园的)风马一族 侵犯版本,后果自负 安装apache apache是一种B/S结构的软件,apa ...

  7. 【风马一族_Android】通过菜单的点击,跳转到不同界面

    ---恢复内容开始--- 布局的代码:activity_main.xml <?xml version="1.0" encoding="utf-8"?> ...

  8. 【风马一族_xml】xmlp之dtd1

    什么是XML约束? 在xml技术里,可以编写一个文档来约束一个xml文档的写法,这称之为xml约束 2. 为什么要使用xml约束? 参看提示栏 3. xml约束的作用? 约束xml的写法 对xml进行 ...

  9. 【风马一族_C】进制转化

    #include "stdio.h" #include "Math.h" #define number 50 //设置数组的长度 int num10; //十进 ...

随机推荐

  1. Action 和 Func

    C# 中的两个动态委托类型 也就是说我们不用在使用委托的时候就去声明一个委托对象,而是通过Action和Func就可以模拟出我们自己要用到的委托 区别: Action 表示没有返回值的委托  例如:A ...

  2. iOS 开发调试技巧

    对于软件开发而言,调试是必须学会的技能,重要性不言而喻.对于调试的技能,基本上是可以迁移的,也就是说你以前在其他平台上掌握的很多调试技巧,很多也是可以用在iOS开发中.不同语言.不同IDE.不同平台的 ...

  3. 【手把手教你Elmah】如何在MVC.NET项目中在线查看【错误日志】

     一.  在NuGet下载Elmah.MVC dll文件!  或者点击下载dll文件,并且引用客户端. 二.配置WebConfig <sectionGroup name="elmah& ...

  4. Web分布式部署,跨应用程序Forms身份验证的集成方案

    最近一个项目要求进行分布式部署.保证在双十一期间系统的正常运行,虽然该系统平时访问量不是很大,但是基于业务需要,必须在至少两台服务器上部署. 该系统需要登录后才可以使用,首先需要解决分布式部署的用户状 ...

  5. 【Shell脚本学习3】什么时候使用Shell

    因为Shell似乎是各UNIX系统之间通用的功能,并且经过了POSIX的标准化.因此,Shell脚本只要“用心写”一次,即可应用到很多系统上.因此,之所以要使用Shell脚本是基于: 简单性:Shel ...

  6. Android小项目之九 两种上下文的区别

    ------- 源自梦想.永远是你IT事业的好友.只是勇敢地说出我学到! ---------- 按惯例,写在前面的:可能在学习Android的过程中,大家会和我一样,学习过大量的基础知识,很多的知识点 ...

  7. foundation框架之反射机制

    概念 例子 一.概念 反射:根据字符串实例话对象或者调用方法 // // main.m // 反射机制 // // Created by apple on 14-3-28. // Copyright ...

  8. IE浏览器部分版本不支持opacity透明度属性问题

    半透明部分设置样式:opacity:0.7在ie9/ie10/ff/chrome/opera/safari显示正常. 但是这样在ie6-ie8中是不支持的,需要加上下面这句话: filter: pro ...

  9. 剑指Offer36 数字在排序数组中出现的次数

    /************************************************************************* > File Name: 36_Number ...

  10. Part 7 Joins in sql server

    Joins in sql server Advanced or intelligent joins in sql server Self join in sql server Different wa ...