1.Github首页

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      培训     商店  博客    关于
 

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

2.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
添加一个保存的答复    保存的答复标题

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

3.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 的电子邮件地址
 

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

4.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
注册应用程序        取消
 

5、项目页面

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。

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

1.AFAIK: As far as I know.  据我所知
2.SPOF: Single point of failure。 单节点崩溃
3.ASAP: As soon as possible。 马上,尽快。
4.BTW: By the way。 顺便说一下
5.FYI : For your information。 供你参考
6.TTYL: Talk to you later 。 待会回复你
7.Plz: Please 的谐音,基本用在熟人之间,而且是上级对下级,或者平级。 别给上级这么用,除非你和他非常非常熟...
8.Thx: Thanks.  这个就无所谓了, 伸手不打笑脸人, 经常说谢谢,百利无一害。
9.U: you
10.R: are.  经常用于where R U?  邮件里面用的不太多,大多数用在非正式场合之中。 例如wechat..
11.Wanna:  want to。 这个既不是谐音,也不是缩写, 所以有些特殊。 这个基本就属于约定俗成,表示想做什么。 
12.Pvt: private. 经常用在表示所有权上面,比如说私有库,或者私有代码。
13.Doc: Document. 经常看到这三个字母,在开发界就表示文档。 如果用在其它场合,也可能表示医生。 所以需要结合上下文来判断
14.PR: Pull request. 合并请求。 github上面使用量非常大的两个字母
15.i.e. 也就是...    
16.e.g. 例如, 举例来说
17.etc. 等等

18.work at home . 在家办公, 估计国内很少有公司能经常用到这个短语..

GitHub 用到的英语的更多相关文章

  1. gitHub网站上常见英语翻译

    为开发者而建Built for developers GitHub is a development platform inspired by the way you work.GitHub是一个受你 ...

  2. gitHub网站上常见英语翻译2

    repositories资料库 compilers with rich code analysis APIs.编译器具有丰富的代码分析API. plugins插件 With a variety of ...

  3. 一篇文章了解Github和Git教程-AndroidStudio上传Github教程

    前言 为了方便保存自己的代码,下班后可以回家继续进行,自己的码农工作,介绍一下Github. 什么是Github呢? 作为一个编程人员,我觉得得了解一下Github吧! 当然,如果你放弃了码农或者技术 ...

  4. 初识GitHub与Git

    在初次接触GitHub的时候,英语渣渣本渣真是深感无奈啊..... ORZ 在好友的帮助下,也算是初步入门了吧. 谨以此文作为初级使用手册记录,希望能帮助到你. 一.首先要申请一个GitHub账户 二 ...

  5. 一篇文章了解Github和Git教程

    有趣有内涵的文章第一时间送达! 喝酒I创作I分享 关注我,每天都有优质技术文章推送,工作,学习累了的时候放松一下自己. 本篇文章同步微信公众号 欢迎大家关注我的微信公众号:「醉翁猫咪」 生活中总有些东 ...

  6. 认识并初步应用GitHub——C++

    好好学习,天天向上 一.这是一个根据规定的开头 GIT的地址 https://github.com/Notexcellent GIT的用户名 Notexcxllent 学号后五位 82405 博客地址 ...

  7. 认识并初步应用GitHub

    好好学习,天天向上 一.这是一个简单的开头 GIT的地址 https://github.com/Notexcellent GIT的用户名 Notexcxllent 学号后五位 82405 博客地址 h ...

  8. 轻量级 Kubernetes K3s - Github热点

    轻量级 Kubernetes k3s star: 15.5k K3s是完全符合生产要求的Kubernetes发行版, 安装简单,可用于生产,整个二进制文件小于100M,作为单一文件打包部署,优势在于, ...

  9. 怎么使用git来管理项目版本?

    怎么使用git来管理项目版本和存放代码? 作者:rongfangliu 转载请注明出处:http://www.cnblogs.com/rongfangliu/p/howuseGit.html 工具: ...

随机推荐

  1. 1393: Robert Hood 旋转卡壳 凸包

    http://acm.csu.edu.cn/OnlineJudge/problem.php?id=1393 http://poj.org/problem?id=2187 Beauty Contest ...

  2. Android下OpenCV的环境搭建

    目录(?)[-] 前言 系统环境 相关工具 Android ADT环境搭建 Android SDK环境变量的配置 Android NDK的安装与配置 OpenCV for Android 环境搭建 基 ...

  3. mysql 卸载 linux

    root@localhost ~]# rpm -qa | grep -i mysqlMySQL-client-5.5.52-1.linux2.6.x86_64MySQL-server-5.5.52-1 ...

  4. linux下TCP/IP及内核参数优化调优(转)

    Linux下TCP/IP及内核参数优化有多种方式,参数配置得当可以大大提高系统的性能,也可以根据特定场景进行专门的优化,如TIME_WAIT过高,DDOS攻击等等. 如下配置是写在sysctl.con ...

  5. 为什么导入数据库要加入set names utf-8

    Repinted:http://blog.csdn.NET/class1/archive/2006/12/30/1469298.aspx 为了让你的网页能在更多的服务器上正常地显示,还是加上" ...

  6. ORA-12537: TNS:connection closed

    http://www.vitalsofttech.com/ora-12537-tnsconnection-closed/ Question: When trying to establish a sq ...

  7. [Machine-Learning] 熟悉Matlab

    浮点数取整的几个函数 floor: 向下取整 ceil: 向上取整 round: 取最接近的整数 fix: 向0取整 不等于 Matlab 中,使用~=表示不等于. 数组相关操作 使用 [] 命名数组 ...

  8. Dagger2 使用初步

    Dagger2 是一个Android依赖注入框架,由谷歌开发,最早的版本Dagger1 由Square公司开发.依赖注入框架主要用于模块间解耦,提高代码的健壮性和可维护性.Dagger 这个库的取名不 ...

  9. Android混淆打包

    一.理论知识   ProGuard是一款免费的Java类文件压缩器.优化器和混淆器.它能发现并删除无用类.字段(field).方法和属性值(attribute).它也能优化字节码并删除无用的指令.最后 ...

  10. [转载]Back up all of your mysql databases nightly

    原文地址:http://www.linuxbrigade.com/back-up-all-of-your-mysql-databases-nightly/ Put the following into ...