夢幻天地blog
夢相隨,幻
顯示具有
git
標籤的文章。
顯示所有文章
顯示具有
git
標籤的文章。
顯示所有文章
2020年3月23日
github記事
›
https://ithelp.ithome.com.tw/articles/10191301 git 環境設定 git config --global user.name "username" git config --global user.emai...
2017年3月14日
git學習記錄
›
學習git 筆記 git 環境設定 git config --list git config --global user.email " 你的email" git config --global user.name "你的姓名...
2014年10月22日
git筆記
›
第一次自己上傳專案,記錄一下。感謝士立線上即時教學。 照文件建立專案 touch README.md git init git add README.md git config --global user.name "帳號" git confi...
2014年9月6日
git server建置ubuntu
›
有需要建置一個私人的git專案。記錄一下做法。 1.安裝套件 sudo apt-get install git-core 2.建立git目錄,用一般權限mkdir gitdir cd mkdir gitdir 3.進入git目錄建立一個空的專案 cd gitdir...
›
首頁
查看網路版