`
Josh_Persistence
  • 浏览: 1649891 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类

怎样创建GitHub 项目

    博客分类:
  • Git
阅读更多

About Github

Github is a web-based hosting service for software development projects that use Git Revision Control system. Github offers both paid plans for private repositories and free accounts for open source projects. As of May 2011, Github was the most popular open source code repository site.

Ebay use an Enterprise Github Edition internally. Currently, most of the projects(PD and internal) inside Ebay are hosted to github.corp.ebay.com. Besides, any user could have his own projects/fork on github.

 

Steps to Create a Github project

 

  1. Login to github with your account.
  2. There will be an icon with tooltip "Create a New Repo" on the right-up besides user name.
  3. Click the icon and you will go into the repository creation page.

    4. Specify the project's repository name like(Testing_Repository), Fill the description and config the Public or Private for the repository.

    5. Click Create repository and there will create a rough repository.

    6. Create a new repository on the command line(open your Git Batch)

        1)  mkdir testing_repo

        2) cd testing_repo

        3) git init

        4) touch test.txt

        5) git add test.txt

        6) git commit -m'first commit'

        7) git remote add origin git@github.com:swang6/Testing_Repository.git

        8) git push -u origin master

 

      7. After the former steps, the repository should be:

      8.  To add somebody else as collaborator, click the "Admin" button on the repository home page. See below image. Add the other guy's github account to the collaborator list.

 

 

 

Fork the project to Organization

 Create a organization
1) Click icon Account Settings on the right-top

2) Click Organizations and Create a new Organization

 

3) Specify Organization name and Billing Email and click "Create Organization".
4) Invite your team members to the organization: Specify user and Click "Add".

 

5) After these steps, there should be a new organization.
6) Back up to the main page of "Testing_Repository" created before, and click "Fork" icon.

 

 

  7) Click "Fork to TestOrganization(organization)" Created before.

 

1
1
分享到:
评论

相关推荐

    如何快速将本地idea项目上传到github仓库

    将本地 IDEA 项目上传到 GitHub 仓库需要四个步骤:创建 GitHub 空仓库、创建本地 Spring Boot 项目、将项目设置为 Git 仓库、提交到远程仓库。在整个过程中,我们需要使用 IDEA 配置 GitHub 账号和 SSH 密钥,以便...

    github项目上传详细步骤

    ### 创建GitHub仓库 在GitHub上创建仓库,简单来说,就是在GitHub网站上为你的项目设置一个存储位置。创建仓库的步骤如下: 1. 登录GitHub账号。 2. 点击界面上的"+"号,选择创建新的仓库(New repositories)。 3....

    github的上传及更新项目

    而GitHub则是一个基于云的服务平台,提供了Git仓库托管、代码审查、问题追踪以及丰富的社区功能,极大地促进了开源项目的交流与共享。 **1. Git的安装** 在不同的操作系统上安装Git的步骤略有不同。在Windows上,...

    上传github项目

    ### 上传GitHub项目的详细步骤及知识点解析 #### 标题:上传GitHub项目 #### 描述:上传GitHub项目的步骤 #### 标签:GitHub #### 内容摘要与扩展知识点: **1. 注册GitHub并创建新库** - **注册GitHub账号**...

    Jenkins+GitHub实现C项目的集成开发

    1. **创建Job**: 在Jenkins中,创建一个新的自由风格的软件项目。在配置中,指定源码管理为GitHub,填入项目仓库地址,并关联刚刚设置的Webhook。 2. **编译配置**: 配置构建步骤,通常会包含`make`命令来编译C项目...

    go github(使用github)

    创建项目仓库(repository)是第一步,之后用户可以将本地的Git仓库推送到GitHub上,或者从GitHub上克隆(clone)仓库到本地。 项目托管是GitHub的核心功能之一。用户可以创建公开或者私有的仓库来管理自己的项目。...

    idea导入github项目.md

    在idea中导入github项目,创建本地分支并推送到github

    github创建工程

    根据题目中的描述与部分代码内容,我们了解到可以通过两种方式来创建GitHub仓库: 1. **通过GitHub网页界面创建** - 登录GitHub账户。 - 在主页右上角点击“+”号,选择“New repository”。 - 输入仓库名称,...

    你必须收藏的 GitHub 技巧

    一秒钟把Github项目变成前端网站 GitHub Pages大家可能都知道,常用的做法,是建立一个gh-pages的分支,通过setting里的设置的GitHub Pages模块可以自动创建该项目的网站。 这里经常遇到的痛点是,master遇到变更,...

    01 GitHub使用与项目管理

    "GitHub 使用与项目管理" GitHub 是一个基于 Web 的版本控制系统,提供了一个强大的平台来管理和协作开发项目。在这个详细的教程中,我们将学习 GitHub 的使用和项目管理的基础知识。 创建 GitHub 账号 要使用 ...

    GitHub 客户端

    5. **项目管理**:客户端支持对 GitHub 项目板的管理,帮助团队组织任务、跟踪进度,让项目的管理工作更加有序。 **二、使用 GitHub 客户端进行项目工程代码托管** 1. **创建新仓库**:在 GitHub 客户端中,你可以...

    从Github建remote远程项目

    #### 二、创建GitHub远程仓库 1. **登录GitHub账户**:首先需要有一个GitHub账号,如果没有的话,需要先注册一个。 2. **创建新仓库**:登录后,在GitHub首页点击右上角的“+”号按钮,然后选择“New repository”...

    开源项目-github-hub.zip

    【开源项目-github-hub.zip】是一个包含GitHub命令行工具`hub`的开源项目,版本为2.2.1。`hub`是一个方便开发者与GitHub交互的CLI(命令行界面)扩展,它使得在终端中执行GitHub操作变得更加简单。这个压缩包中的...

    github安装包.zip

    - **开始使用**:现在你可以创建新项目,克隆现有项目,或者通过 Desktop 管理你在 GitHub 上的仓库。 总的来说,GitHub 为开发者提供了完善的工具链,无论你是初学者还是经验丰富的开发者,都能在其中找到适合自己...

    github漫游指南,详细的介绍github的使用

    - **Git与GitHub的关系**:Git是一款分布式版本控制系统,而GitHub是基于Git提供的一项在线服务,它提供了代码托管、项目管理、协作开发等功能。 ### 2. 创建与管理仓库 - **创建仓库**:在GitHub上新建仓库,可以...

    创建github项目到vscode推送项目到github

    登录gitHub官网。https://github.com/ 创建一个你的仓库。 创建仓库完成  4.在本地电脑新建一个文件夹。 5.进入创建的文件夹(testGitHub),右击点击 Git Bash Here.  6,打开Git Bash Here。开始连接...

    github个人使用笔记

    1. 创建新仓库:在 Github 网站 new 一个仓库,然后 clone 到本地 2. 将原项目的修改同步到自己的分支:`git fetch`、`git merge`、`git push` 总结 Github 的个人使用笔记可以总结为以下几个步骤: 1. 完整流程...

    GitHub托管HTML页面

    在这个过程中,我们将使用 GitHub 的功能,创建账户、创建仓库、上传项目、设置 Git GUI 本地仓库管理工具等步骤,让我们详细了解这些步骤。 一、创建账户 创建账户是使用 GitHub 托管 HTML 页面的第一步。在这里...

    github 使用指南 官方中文

    1. **仓库(Repository)**:在 GitHub 上,你的项目就是一个仓库,它包含了所有的源代码、版本历史、问题追踪以及项目文档。 2. **分支(Branch)**:仓库中的工作副本,允许你在不影响主分支的情况下进行开发和实验。...

    github使用教程.pdf

    1. **创建GitHub账户**: - 访问github.com,根据提示完成注册流程。 - 创建账户后,即可开始使用GitHub的各种功能。 2. **创建仓库**: - 登录到GitHub账户后,在仪表板上点击右上角的“+”按钮,然后选择“New...

Global site tag (gtag.js) - Google Analytics