12 2020 档案

摘要:https://www.paddlepaddle.org.cn/support/news?action=detail&id=2265&bd_vid=8623772942801705921 阅读全文
posted @ 2020-12-09 21:03 i舒 阅读(123) 评论(0) 推荐(0) 编辑
摘要:how to use rebase? 1) melt commits into one git rebase –i HEAD~2 git rebase -i 25b19f9d0 b78e055aa commit前开后闭 2) Copy commits to another branch Execut 阅读全文
posted @ 2020-12-08 16:57 i舒 阅读(141) 评论(0) 推荐(0) 编辑
摘要:Example: 1 opt1=0 2 opt2=0 3 set -- `getopt -o a:b: -l opt1:,opt2: -n "$0" -- "$@"` 4 while [ -n "$1" ] 5 do 6 echo "current1: **$1**" 7 case $1 in 8 阅读全文
posted @ 2020-12-02 09:28 i舒 阅读(443) 评论(0) 推荐(0) 编辑