git common password

1)
mkdir test
cd test
touch 1.txt
cat 1.txt
pwd
scp -r /e/test/ [email protected]:/home/zhangsan_floder
(zhangsan_floder is a remote folder that zhangsan can access.)
ssh 172.18.48.88


2 )
git log --pretty=raw
git cat-file -t f8a6ce (hash value) commit/tree/blog
git cat-file -p f8a6ce (hash value)

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 \"

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326927951&siteId=291194637