在練習時做之前可以在終端機使用 script 紀錄,方便練習後複習
Unix 基本指令: script 抓取 Terminal 顯示畫面, 存成檔案
刪除遠端 branch
git push origin :branchName
https://ihower.tw/git/remote.html#sec4
用 git prune 清理掉在 github 已經 deleted 的 local branch
六個常見問題
https://www.open-open.com/lib/view/open1366080269265.html
2019年5月28日 星期二
2019年5月14日 星期二
[MEVN] VueJS, Express and MongoDB tutorial
Full Stack Vue.js, Express & MongoDB [1] - Express API https://www.youtube.com/watch?v=j55fHUJqtyw -Traversy Media
https://vegibit.com/vue-js-express-tutorial/
https://www.techiediaries.com/vue-js-express-tutorial/
MEVN(Nuxt)
https://www.smashingmagazine.com/2020/02/music-manager-nuxtjs-expressjs/
https://www.ephemeron.top/2018/05/22/nuxt-express-mongodb-nodejs-kuang-jia-da-jian/
https://cnodejs.org/topic/589d1f428c475cf5794dacf3
https://vegibit.com/vue-js-express-tutorial/
https://www.techiediaries.com/vue-js-express-tutorial/
MEVN(Nuxt)
https://www.smashingmagazine.com/2020/02/music-manager-nuxtjs-expressjs/
https://www.ephemeron.top/2018/05/22/nuxt-express-mongodb-nodejs-kuang-jia-da-jian/
https://cnodejs.org/topic/589d1f428c475cf5794dacf3
訂閱:
文章 (Atom)
-
!!所有相關連結皆須注意發表時間,可能會有版本問題!! 如何架設網站+費用:21個教學(網頁製作軟體) -張阿道 網站架設-VPS主機申請與安裝 -梅問題教學網 網站架設-VPS主機lxadmin設定與開設帳號 -梅問題教學網 網站架設-lxadmin出現no_ip...
-
提交一個錯誤的commit且已經上遠端remote了,該怎麼辦呢? 還原上一個commit編輯後,想直接蓋過最新錯誤的版本: git push -f 是一個危險的指令,單人開發比較安全, 多人時請小心! 強制更新遠端分支 zlargon.gitbooks.io/...