Giter Site home page Giter Site logo

github_manual's Introduction

Github_manual

ps:这是我记录的Github经常使用的一些操作、或者主要内容

上传一个新的项目:

1、选中一个空文件夹

2、在这个文件夹中的空白处,点击鼠标右键,选中Git bush here

3、在命令行窗口输入命令 ”git init“

4、将你要上传到仓库的文件放入

5、在命令行窗口输入命令 ”git add .“

(git commit -m "init")

6、去github上面,建立一个新的仓库,复制HTTPS

7、在命令行窗口输入命令 ”git remote add origin +复制的HTTPS“,链接本地仓库和远程仓库

8、在命令行窗口输入命令 ”git push -u origin master“,通过push上传到远程仓库

修改项目内容

1.git status 命令查看当前项目修改情况

2.使用git add 添加本地修改过或者增加的文件。 eg: git add test.txt

3.git commit -m “更新说明”

4.”git push origin master“,推送到远端仓库 哈哈哈哈啊哈哈哈1223 lalalalalala12312312 啦啦啦啦啦啦啦啦啦 q'wqw112313

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.