常用Git命令 發佈日期: 2019 年 5 月 21 日 作者: Sky Leong clone project: git clone [url] 加入修改 git add [location] 加入全部修改 git add . commit git commit -m [msg] -n 復原加入的修改 git reset [location] 開新branch git checkout -b [branch name] 放棄修改 git checkout . 相關文章Telegram payment with stripe[Python] 發送含附件emailWordpress nginx設定檔Python存取google sheet (更新版)透過Telegram API發送圖片 (本機上傳)Telegram bot webhook設定