Giter Site home page Giter Site logo

guochaolang.github.com's Introduction

guochaolang.github.com

个人主页,包含个人介绍,整理写技术文章

使用Jekyll Gitbook Theme 作为个人主页主题

Git使用流程记录

  • 下载远程仓库 git clone https://xxxxxx.com.git

  • 添加修改文件 git add . [点表示所有也可写指定文件]

  • 配置用户名和邮箱 global全局 local为本次 git config --global user.email "[email protected]" git config --global user.name "Your Name"

  • 提交修改 添加提交注释 git commit -m 'change'

  • 推送提交到远程仓库 git push -u orign master >>master 主分支,可以变更为其他分支

Git使用流程记录 其他功能

  1. 查看分支 git branch -a 切换git checkout -b v1 origin/v1 切换回master git checkout master

  2. 查看本地修改,和远程仓库 git status

  3. 查看修改内容 git diff

  4. 查看是否连接远程 git remote -v //这里是查看,我们的是否链接到了远端 5.初始化 git init //初始化git

  5. 连接远程 git remote add origin xxxxxx //链接到远程分支xxxxxx(git上面的仓库地址)

guochaolang.github.com's People

Contributors

guochaolang avatar 3226606397 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.