zoukankan      html  css  js  c++  java
  • github 学习总结

     之前我不喜欢读英文,但是如果你试着读读,你会变得更加优秀:

    https://guides.github.com/activities/hello-world/

    Step 1. Create a Repository

    In the upper right corner, next to your avatar or identicon, click

    1. and then select New repository.
    2. Name your repository hello-world.
    3. Write a short description.
    4. Select Initialize this repository with a README.

    Step 2. Create a Branch

    1. Go to your new repository hello-world.
    2. Click the drop down at the top of the file list that says branch: master.
    3. Type a branch name, readme-edits, into the new branch text box.
    4. Select the blue Create branch box or hit “Enter” on your keyboard

    Step 3. Make and commit changes

    1. Click the README.md file.
    2. Click the
    3. pencil icon in the upper right corner of the file view to edit.
    4. In the editor, write a bit about yourself.
    5. Write a commit message that describes your changes.
    6. Click Commit changes button.

    Step 4. Open a Pull Request

    git 序

    主要还是通过Git教程 - 廖雪峰的官方网站来学习。简要步骤可以直接看最后的总结。

  • 相关阅读:
    IDEA快捷键
    nginx之epoll模型的详细介绍
    Liunx权限修改命令
    小技巧3
    小技巧2
    小技巧1
    Ajax的简单使用
    dubbo
    快速创建虚拟机
    登录和注册功能的实现
  • 原文地址:https://www.cnblogs.com/chizizhixin/p/5590776.html
Copyright © 2011-2022 走看看