Git

git 檔案列表

資料夾 下載連結 大小 / byte:
moregit.files
git_checkout.png 116130
ppt
Desktop.mp4 7128923
Desktop.pptx 1462744
[GIT] 現有專案到遠端 remote 的介紹.pptx 2666569
[Git] 01 Git 安裝.pptx 3587217
[Git] 02 Basic command(上課版).pptx 4737487
[Git] 02 what is Git.pptx 504430

舊檔案註記(🙌)

原先RMD的檔案列表

files <- list.files(path="./ppt/",pattern = "\\.pptx$")
for (item in files){
  #txt<-tools::file_path_sans_ext(item) # file name
  #filepath=paste0("./",txt,".html")
  txt<-item
  filepath<-paste0("./ppt/",item)
  cat(paste0("<a style='font-size:2em' href='",filepath,"'>",txt,"</a>  \n"))
 
}
最後修改日期標題
01 Git Note
tutorial