[個人紀錄] git 疑難排解】的更多相关文章

1.git pull 時發生錯誤,要拉下來的檔案內含有檔名太長的檔案 ans: https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows git config --system core.longpaths true…
-- git history git config --global alias.history=log --graph --all --pretty=format:'%C(bold blue)%H%Creset %C(bold green)%ai%Creset %C(bold cyan)(%ar)%Creset %C(bold yellow)%d%Creset%n %C(bold red)%s%Creset %C(dim white)%an%Creset' --使用meld git confi…
參考資料 https://blog.csdn.net/tjcyjd/article/details/77150893 https://blog.csdn.net/u014308482/article/details/53994401 https://blog.yowko.com/2017/05/install-rabbitmq-on-windows7-windows10-windows2016.html https://www.jianshu.com/u/9f9214a11adb http://…
--dump tablepg_dump --host #server --port 5432 --username #username --format plain --ignore-version --verbose --file "C:\temp\filename.backup" --table mobi.event_record_m mobidb 連線psql --host=#server --username=mobiadm edb 還原資料psql -U username -…
判斷有理數 ^(0|[1-9]([0-9]{1,5})?)((\.(([0-9]{1,5})?[1-9])))?$…
windows form 跟 usercontrol 都變成cs檔 無法點擊進入設計模式 <Compile Include="Form1.cs"/> <Compile Include="Form1.Designer.cs"> <DependentUpon>Form1.cs</DependentUpon> </Compile> <Compile Include="SiteStatus.cs&q…
跳出找不到設定檔Can’t load configruaration fromC:\Users\…\AppData\Roaming\Windows Live Writer\WindowsLiveWriter.SourceCode.config 只要繼續點確定,一樣可以進入插入代碼的視窗中 再點選Option選擇你的設定,再點OK(直接點也可以), 下次再打開plugin就不會再跳錯誤了…
# 把原來的 git 移除掉 sudo rm .git -r # 初始化 git init git remote add origin https://github.com/username/repo-name.git git remote -v # 再重新加入全部 git add --all git commit -am 'RESTART :)' # 推上去 就會全部重新開始 commit 紀錄都不見了! git push -f origin master…
多人开发的git项目如何保持提交日志为一条直线? 一.Git的项目的git常用操作 a)Git clone 项目地址 从远程仓库克隆项目到本地 b)Git pull 从当前分支拉取更新代码 c)Git commit -m "提交文件的注释" 提交代码到本地仓库 d)Git add . 提交代码到暂存区 e)Git status 查看文件的状态 f)Git push 推送代码到远程仓库 g)Git stash 把本地修改存储起来 h)Git stash pop 把本地修改释放出来 i)G…
soapUI 測試API 的軟體工具紀錄 http://files.cnblogs.com/vincentmylee/soapUIScript%E9%9C%80%E8%A6%81%E8%B3%87%E8%A8%8A%E8%88%87%E6%8F%90%E5%95%8F%E8%A7%A3%E7%AD%94%E7%B4%80%E9%8C%84Vincent.7z…