Git Product home page Git Product logo

learning's Introduction

github setting

https://git-scm.com/downloads #git下載

C:\Program Files\Git\git-bash #點擊

ssh-keygen -t rsa -b 4096 -C "[email protected]" #git-bash中打上gmail

C:\Users\eric2\id_rsa.pub,把內容複製加進這裡image

cmd 

git 

git --version #查看版本

git config --global user.name "yourname" #輸入user name

git config --global user.name #查看名稱

git config --global user.email "yourmail" #輸入mail

git config --global user.email #查看mail

github upload download

可再任意處創建資料夾任意名稱,這裡用在C:\

在C:\創建git_set_test的資料夾

cd/

cd git_set_test

git clone https://github.com/terry-eric/leaning.git #此處連結為github裡,右上角下載的連結

cd leaning 

git status #查看有無增加或改變檔案,並顯示檔案名稱

touch 123 #windows使用touch需先設定

git add 123

git commit -m 123 #後面的123為commit的提示字

git push #上傳檔案

參考網址:

https://www.youtube.com/watch?v=py3n6gF5Y00&ab_channel=%E6%B2%88%E5%BC%98%E5%93%B2>github setting

https://docs.github.com/en/github/getting-started-with-github/set-up-git#setting-up-git>setup git

https://docs.github.com/cn/github/writing-on-github/basic-writing-and-formatting-syntax>github基本撰寫格式和語法

learning's People

Contributors

terry-eric 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.