Git Product home page Git Product logo

firgit's Introduction

2017-12-24
安装了git版本控制;
创建了版本库moose,email: [email protected]
学习了git int ,git add <fileName>,git commit -m "此次提交的描述" 命令

测试git status,git diff命令

学习如何回到之前版本的命令git reset --hard head^(head~100) 上一个版本用一个^,上2个版本用^^ 更多版本前head~版本数
找回之前的版本git reset --hard commit_id 用git reflog命令查看各个版本的commit_id

学习暂存区(stage),分支(master 是git默认建立的一个分支);当git add时实际是将修改的文件放进暂存区,git commi真正的将修改提交到分支中
20171227 学习git 关联远程库 

创建一个新的分支moose

firgit's People

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.