Git Product home page Git Product logo

1910e's Introduction

git常用命令:

git init                    初始化
git status                  查看当前工作区 暂存区状态
git add                     添加工作区到暂存区
git commit -m "备注"        将暂存区添加到 存储区
git push -u origin master   将本地存储区 提交到远程存储库
git pull origin master      拉取远程存储库文件
git log                     查看日志
git reflog                  查看所有日志
git remote add 'http*****.git'  与仓库建立连接
git remote                  查看当前起源
git branch dev              创建dev分支
git checkout dev            切换到dev分支
git checkout -b login       创建并且切换 login 分支
git merge dev               将该分支合并
git reset --hard "id"       版本回退
git branch -D dev           删除dev分支

1910e's People

Contributors

macvqq110 avatar

Watchers

 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.