Giter Site home page Giter Site logo

python_3's Introduction

git操作使用手册


远程仓库

本地生成ssh (创建rsa密钥)

git-keygen -t rsa

github创建ssh

1,个人中心----setting----SSH and GPGkeys
2,复制本地生成的key

github 创建项目

New repository

本地创建版本库

本地创建临时版本库
git init   	    		---创建信息的版本库
git clone @git地址    	---克隆版本库到本地

本地提交

git add *  	---提交代码
git commit -m '' ---提交代码信息	
git push origin master  ---上传至远程库

删除远程库信息

git rm file		---删除代码
git commit -m ''	---提交删除信息
git push origin master  --上传至远程版本库

python_3's People

Contributors

liuweihai 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.