2020年4月9日 星期四

git常用指令

git 指令筆記

git clone + clone網址


git fetch
git pull origin


git status

git diff
(關閉案q)


git add --all
git commit
    enter + i
    編輯完畢後 esc + wq


git push origin head

(edit commit)-----

git commit --amend
git push -f


[SQL]顯示千分位與小數顯示

  CONVERT ( data_type [ ( length ) ] , expression [ , style ] ) CONVERT style參數說明 1  (expression為 money 或 smallmoney型別): 0 : 預設,保留小數位後兩位,並四捨...