Git常用命令图表 madhex 2019-08-29 DEVELOP 有这几个git命令就够用了 示例: 保存本地/home/example_a目录到本地/home/example_b目录 12345678cd /home/example_bgit init --barecd /home/example_agit initgit remote add test_remote /home/example_bgit add -Agit commit -m "1.git初始化"git push -u test_remote master 最后更新于 2019年8月29日 上一页 pty示例代码 下一页 使用SSH反向隧道进行内网穿透