2024-08-20
julyfun
notes
remote
工具
https://www.mintimate.cn/2023/08/27/guideToHostRustDesk/如果某天连不上了,请检查服务器安全组,注意 TCP 安全组和 UDP 安全组需要分别设置,按照下面这样就行, verified on 24.9.11image.pn
2024-04-19
git
softwares-and-tools
Create new branch in remotegit push -u <remote_name> <new_branch_name> # example git push -u origin stage
No more posts to load.