You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Set up Git LFS for your user account and repo, only need to do this once
git lfs install
# Track file with LFS way
git lfs track 00_基本圖資/7442-直轄市、縣市界線(TWD97經緯度)/COUNTY_MOI.shp
git add .gitattributes
# Works like common files
git add 00_基本圖資/7442-直轄市、縣市界線(TWD97經緯度)/COUNTY_MOI.shp
git commit -m "Add shp file"
git push origin main
既然以 Github 來儲存資料,是否考慮把
qlr
檔案使用到的資料一併納入版本控制?針對較大的地理資訊檔案,可以參照 lfs 的方式僅紀錄 hash 值並上傳至 Github
The text was updated successfully, but these errors were encountered: