Albert 網路筆記
2015年3月9日 星期一
Git 如何設定排除特定檔案
在目錄下建立 .gitignore 檔案
格式
#註解
*.png #png 圖檔
!new.png #new.png 例外
/images #/images 目錄下檔案
images/ #所有 images 目錄下檔案
查詢設定狀態 git ls-files --others -i --exclude-standard
建立 .git/info/exclude 檔案針對本地端生效
建立 ~/.gitignoreglobal 對全域生效
生效指令 git config --global core.excludesfile ~/.gitignoreglobal
2015年3月6日 星期五
[網站介紹] GRACEGIFT
GRACEGIFT
http://www.gracegift.com.tw/
[網站介紹] 印客邦
印客邦
http://www.inknet.com.tw/
2015年3月5日 星期四
Github 如何設定 SSH 存取 Windows / MacOS / Linux 適用
在本機
執行 ssh-keygen -t rsa -C "
[email protected]
" 產生 key
例如: id_rsa_github
打開 id_rsa_github 文字檔案的內容並複製,
至 Github 帳號中, 選取 SSH keys 選項, 將複製的文字檔案的內容貼上.
完成後在本機執行 ssh -T
[email protected]
出現完成訊息表示設定正確
Hi username! You've successfully authenticated, but GitHub does not # provide shell access.
設定本機 git 環境參數
git config --global user.name "Firstname Lastname"
git config --global user.name "
[email protected]
"
2015年3月4日 星期三
Git diff 進行檔案比對時 解決因換行字元不同造成全部內容不同問題
加上 --ignore-space-at-eol 參數即可
git diff --ignore-space-at-eol
Github Clone Repo 方法
點選 Copy to clipboard
執行 git clone
[email protected]
: yourrepo/yourrepo.git 即可
2015年3月3日 星期二
[網站介紹] SK II
SKII
從今年開始 超越肌膚極限 打破 DNA 定律
立即體驗 參加 PITERA Park 回傳肌齡再抽青春露半年份
http://fb.mo2.com.tw/moulin/skii_jf15/index.php
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)