顯示具有 git 標籤的文章。 顯示所有文章
顯示具有 git 標籤的文章。 顯示所有文章

2021年9月1日 星期三

Git遠端的倉庫_更換

 Git遠端的倉庫_更換

當專案的管理者
吃飽很閒
整天在換內部的Git Server 
那個local對應的URL
就會改變

1.確認現況

$ git remote -v

2.更改URL

$ git remote set-url origin https://GIT_URL/USERNAME/PORJECT_REPOSITORY.git

3.確認現況

$ git remote -v

2021年6月28日 星期一

禁用Git憑證緩存

 禁用Git憑證緩存

http://hk.uwenku.com/question/p-cadfyhpz-bgz.html

透過 HTTP 與 HTTPS 連接 Git 儲存庫時如何記憶常用密碼

https://blog.miniasp.com/post/2014/05/22/Credential-Store-for-Git-HTTP-HTTPS

2020年5月25日 星期一

gitignore 產生器

gitignore 產生器
http://gitignore.io/