nếu bạn là 1 developer hay bất kì 1 ai muốn lấy 1 file từ github về mà không muốn tốn công lên đó copy rồi paste vào máy mình thì xem bài viết này nha
Bạn có thể muốn sử dụng raw.githack.com . Nó hỗ trợ các ý chính GitHub, Bitbucket, Gitlab và GitHub.
GitHub
Từ url của github bạn có thể xem file như này:
https://raw.githubusercontent.com/[user]/[repository]/[branch]/[filename.ext]
ví dụ:
https://raw.githubusercontent.com/ThanhHungDev/stores/master/test-index.nginx.conf
GitLab
Bạn có thể truy cập vào file của gitlap như sau:
https://gitlab.com/[user]/[repository]/raw/[branch]/[filename.ext]