Giter Club home page Giter Club logo

git_github_tips's Introduction

git github learning

1.what can git do for us?

git很棒,值得学习!

local version control

本地版本管理是一个很基本的需求,具体来说,在个人电脑上,我需要做一些文档或者写
一个软件工程,为了记录增加,删除,修改等版本迭代信息,可以使用git进行版本管理。

  
1.安装git软件  
2.在文件目录下初始化git,将文件纳入git版本管理,即新建一个本地化仓库  
3.增加,删除,修改文件,并提交为新的版本  

这是一种单用户的本地化的版本管理应用场景。
目前,win和linux下都可以使用git!

local git server

一个小的团队,共同来做一个项目,如何使用git来管理项目,这是一种多用户的本地化
的版本管理应用场景。

  
1.需要一台服务器或者普通PC作为git server。  
2.在目标机器上配置好git server,并新建一个repo。  
3.其他团队人员可以通过网络将项目git clone下来,同时可以将本地的增加,删除,  
  修改等提交到本地版本,并推送到git server。  
4.其他团队成员可以将修改拉到本地,同步本地工程跟服务器保持一致。  

团队成员push本地到git server权限管理问题?

online git server

较大的团队共同做项目,甚至跨地域,可以考虑创建在线的git server,供大家使用。
典型的案例,github就是这种模式,即在线git服务器。

2.联系方式

e-mail : [email protected]

个人主页:www.shihao10.com

知乎专栏:https://zhuanlan.zhihu.com/c_86372362

git_github_tips's People

Contributors

shi-hao 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.