40823152CAD2020

  • Home
    • Site Map
    • reveal
    • blog
  • 主頁
    • About
  • w1-w6
    • 個人
    • 團隊
    • 教學影片
      • SOLDWORKS教學影片
      • Inventor教學影片
  • W7
  • W10-W18
    • w10
    • W12
    • W13
    • W14
    • w15
    • W16
    • W17
  • 心得
  • meeting
    • 一
    • 二
  • 指令
  • bug
    • cmsimde錯誤
    • url錯誤
  • Develop
二 << Previous Next >> bug

指令

git version /檢查git

path /目前命令列的指令

git clone /複製遠端的內容下載

git submodule add https://github.com/mdecourse/cmsimde.git cmsimde /建立cmsimde目錄以子模組存在加進來從網址下載

git config --global http.proxy http://[2001:288:6004:17::69]:3128 /設定proxy

git config --global user.name "40823152" /設定身份名子

git config --global user.email "40823152@mde.nfu.edu.tw" /設定身份信箱

python wsgi.py /用python執行動態網頁

git add . /增加所做的事納入進去

git commit -m "名稱" /設定標籤名子

git push /推送資料

git pull /把近端資料更遠端資料同步

git clone --recurse-submodules 網址 /倉儲有cmsimde子模組必須使用這個指令才能下載

git remote add gitlab 

git push gitlab 網址


二 << Previous Next >> bug

Copyright © All rights reserved | This template is made with by Colorlib