首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件开发 >

git 惯用口令

2013-07-01 
git 常用口令1)mkdir testcd testtouch 1.txtcat 1.txtpwdscp -r /e/test/ zhangsan@172.168.48.88:/home/

git 常用口令
1)
mkdir test
cd test
touch 1.txt
cat 1.txt
pwd
scp -r /e/test/ zhangsan@172.168.48.88:/home/zhangsan_floder
(zhangsan_floder是zhangsan可以访问的远程文件夹。)
ssh 172.18.48.88

热点排行