GithubHelp home page GithubHelp logo

git-learning's Introduction

git 使用总结

第一次使用git,建立连接可参考 https://blog.csdn.net/qq_41782425/article/details/85183250

建立连接后

  1. 将本地库同步到远程git库上 (1)在本地Bush控制台上,先cd到本地库地址。如:cd c:/.../source/repos/leetcode(project name)2 (2)git add * (星号表示添加所有文件,如果只是上传某个文件,则可: git add test.txt) 注:此步骤可能会有warning。 解决方法:是因为unix系统与windows系统跨平台问题导致,执行git config core.autocrlf false后,再提交就不会报错了。 (3)git commit -m "本次更新操作说明" (4)git push origin master 注:很多教程上没有步骤(2)(3),我这样操作虽然控制台上显示更新了,但实际上并没有,非常奇怪,必须得加上步骤(2)(3)才行。

2.将远程git库同步到本地 (1) (2)

git-learning's People

Contributors

huster-yuan 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.