https://www.facebook.com/kewang.information/posts/1675973472679020
回到前一篇的分享,小編後來找了一下 GitHub 上面的 WhatsApp library,發現一些蠻有趣的結果。
* https://github.com/tgalal/yowsup
* https://github.com/mgp25/Chat-API
上面這兩個是目前 GitHub 上比較熱門的 repo,尤其是 mgp25 這位西班牙來的開發者,開發了許多語言的 WhatsApp library,像是 php, python, .NET。而且 mgp25 也開發了一堆其他知名服務的 library,像是 Snapchat, Instagram, Telegram,而且星星數也不少。
不過最讓小編感到有趣的是另一個 repo,叫做 https://github.com/venomous0x/WhatsAPI,這個 repo 好像被 WhatsApp 官方在 2015 年 5 月警告不得再公開程式碼了。小編把 repo 載下來看有沒有 git log 也是一樣,只剩一個 commit 了 (看來是被 git push --force 了),不過為什麼其他兩個也很知名的 library 卻沒被遭到如此對待呢?XDDDD
「git push --force」的推薦目錄:
- 關於git push --force 在 Kewang 的資訊進化論 Facebook 的最佳解答
- 關於git push --force 在 【狀況題】聽說git push -f 這個指令很可怕,什麼情況可以用它 ... 的評價
- 關於git push --force 在 【Git】強制更新遠端分支與強制覆蓋本地的分支 - 辛西亞的技能樹 的評價
- 關於git push --force 在 How do I properly force a Git push? - Stack Overflow 的評價
- 關於git push --force 在 Fix your branch with git push --force - YouTube 的評價
- 關於git push --force 在 Specify who can force push to a repository - The GitHub Blog 的評價
- 關於git push --force 在 git push --force-with-lease example-branch without repository ... 的評價
- 關於git push --force 在 Is it wrong to git push force branches? 的評價
git push --force 在 【Git】強制更新遠端分支與強制覆蓋本地的分支 - 辛西亞的技能樹 的推薦與評價
git pull. 對相應 git push , pull 當然也有相對應的強制指令:. 1, $ git pull --force origin <rbranch>:<lbranch> ... ... <看更多>
git push --force 在 【狀況題】聽說git push -f 這個指令很可怕,什麼情況可以用它 ... 的推薦與評價
救回來其實還滿簡單的,就是換你或是其它有之前進度的隊友,再次進行 git push -f 指令一次,把正確的內容強迫推上去,蓋掉前一次的 git push -f 所造成的災難。 ← 上一章 ... ... <看更多>