# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/p7ws74a
Git 還能這樣用?一文看懂 Git 最佳實踐!**
很多 Git 的操作,都有多種方法達到目的,但其中往往只有一種方法是最佳路徑。 Git 是個超級強大也非常流行的版本控制系統(VCS)。它的設計理念和其他 VCS 非常不同。縱觀整個業界,很多人在用舊的思維方式來解決 Git 的使用問題,有 svn 方式的、p4 方式的、奇怪方式的、錯誤方式的,等等,而不是更新成 Git 的思維方式。雖然 Git 非常靈活,確實可以用這些方式來使用,但其實操作起 ⌘ Read more