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

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

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

提交      分支      释放      贡献者

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

Branch  master  Find or create a branch  Branches  Tags

分支    硕士    发现或创建一个分支     分支      标签

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

Comparing changes

时间: 2024-12-16 20:35:47

【git】git与github的英文记录的相关文章

xcode6 cocos2dx玩转git和github之学习记录

1. git Xcode4开始,就已经将Git作为内置的源代码控制(Source Control)工具了,所以为新建的项目使用git来管理是很方便的.在新建项目向导中,可以直接选择Git作为源代码控制工具,完成项目新建向导后,就在本地项目目下新建了一个仓库. 2. 如何为已存在的项目增加git (1)通过控制台进入项目所在目录,输入如下命令 <span style="font-size:18px;">git init </span> (2)如果你的项目存在不想提

macOS上Git安装与GitHub基本使用

1.下载安装 首先看看你自己电脑之前有没有安装过Git,在终端输入git,如果出现以下就表示之前安装过(我自己都没印象自己啥时候装过的23333) 如果之前没安装过也不要慌,有下面两种方法可以安装: 1)通过homebrew安装Git Mac OS X是基于Unix的,它可以使用非常多Linux平台上开源的优秀工具,比如wget,比如dos2unix脚本工具等. 但是OS X系统本身却缺少Linux下的包管理器.比如Fedora的yum与dnf,比如Ubuntu的apt-get,比如ArchLi

Git操作命令和GitHub使用

git 代码协同管理工具 代码管理工具作用 * 防止代码丢失,做备份 * 代码版本的管理,可以进行多个节点的备份,在多个版本 之间跳跃 * 可以方便的将代码在多人之间进行共享传输 * 多人开发时有各种模式可以方便代码管理 什么是git git是一个开源的分布式版本控制系统,可用于高效的管理大小项目. 分布式和集中式 分布式: 每个节点都保存完成的代码,没有明确的中央服 务器,节点之间项目推送下载代码完成代码共享 集中式: 代码集中管理,每次完成的代码上传到中央管理 器,然后再统一从中央管理器下载

git 提交到github时不用每次都输入用户名,密码

Permanently authenticating with Git repositories, Run following command to enable credential caching. $ git config credential.helper store $ git push https://github.com/repo.git Username for 'https://github.com': <USERNAME> Password for 'https://[em

macbook 上安装git和将github作为托管服务器

首先安装git,进入官网并下载:地址,下载后并安装,可以通过输入命令行,查看是否安装成功: sh-3.2# git --version git version 2.7.1 安装好后,我们来配置我们的git,这里的you name和[email protected],是你注册github的用户名和邮箱,这里要注意! git config --global user.name "You Name" git config --global user.email [email protecte

Sublime Text 中使用Git插件连接GitHub

sublime Text的另一个强大之处在于它提供了非常丰富的插件,可以帮助程序员来适合大多数语言的开发.这些插件通过它自己的Package Controll(包管理)组件来安装,非常方便.一般常用的插件包括: Zen Coding -- 一种快速编写HTML/CSS代码的方法JQuery package -- jQuery的代码包,jQuery的自动不全功能给jQuery程序员带来极大的方便.JS Format -- JS的格式化工具JsMinifier -- JS的压缩工具,基于Google

Git提交到github上

1.本地创建一个目录redis [[email protected] mars171 redis]# pwd /data1/guosong/code/redis [[email protected] mars171 redis]# ll total 12 drwxr-xr-x 2 guosong guosong 4096 Oct 24 01:09 list_20141023 drwxr-xr-x 2 guosong guosong 4096 Oct 23 00:36 sds_20141021 d

&lt;转载&gt;在Sublime Text 2/3 中使用Git插件连接GitHub

原文地址:<http://www.cnblogs.com/BobGo/p/5998339.html> 工欲善其事,必先利其器." 这是古人的教诲,也是一个高效率的工程师需要遵循的法则之一.从大学开始写java使用了JBuilder,Eclipse,后来写PHP用了Zend,写JavaScript的时候用了Aptana.这些都是非常优秀的IDE,在各自的语言和应用开发环境中给程序员们提供了极大的便利.而作为一个合格的程序员,也应该懂得选择合适的IDE针对不同的应用不同的语言进行开发.

windows环境下使用git客户端、github和tortoisegit管理项目代码

一.为什么 为什么不用svn? svn是一个优秀的代码和版本管理工具,使用svn只需要搭建好svn中央仓库,配置本地svn客户端即可,自从google code关闭服务之后,互联网上已经没有非常好的公共svn仓库,如果是公司内部使用,还可以用上公司内网搭建的svn服务器,但个人就没那么方便了. 为什么用git? git和svn同样作为代码和版本管理工具,git的理念更先进,而且公共git仓库github真的好用,众多优秀的开源项目都放在github 什么是git.github.tortoiseg