Skip to content

Commit

Permalink
Update linux-cmds.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ygmkk authored Dec 31, 2019
1 parent ea0bcae commit 93b8c05
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions linux-cmds.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@
> git log --author="gmyang"
> git show 575fae --stat
> git log --stat --author='qpyang' --pretty=tformat: --since ==2019-11-01 --until=2019-12-15 --numstat|grep .*.java$ | awk '{s[$3] += ($1+$2) }END{ j=0; total=0; for(i in s){ j++; print j, "、[", i, "]", ",代码变更", s[i], "行";total += s[i] } print total; }
* git settings
> git config --list
> git config --get-all
> git config -l
> git config --global user.name "杨光明"
> 156 git config --global user.email "gmyang@xxx.com"
> 162 git config http.sslVerify "false"
> 163 env GIT_SSL_NO_VERIFY=true git clone https://gmyang@xxx.git
> 164 git config --global http.sslVerify "false"

0 comments on commit 93b8c05

Please sign in to comment.