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
2)
git log --pretty=raw
git cat-file -t f8a6ce(哈希值) commit/tree/blog
git cat-file -p f8a6ce(哈希值)
3)
git status -uno -s
git status -s
git status -uno -s
git status -s
git log --format=\"%Cgreen%h %Cred[%cd] %Creset<%an> %Creset %Cgreen%s %Creset \"
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
2)
git log --pretty=raw
git cat-file -t f8a6ce(哈希值) commit/tree/blog
git cat-file -p f8a6ce(哈希值)
3)
git status -uno -s
git status -s
git status -uno -s
git status -s
git log --format=\"%Cgreen%h %Cred[%cd] %Creset<%an> %Creset %Cgreen%s %Creset \"