Git & GitHub là gì? – Hướng dẫn Cài đặt Git trên Windows và Mac PC | Tự Học Git & GitHub #1

Git & GitHub là gì? – Hướng dẫn Cài đặt Git trên Windows và Mac PC | Tự Học Git & GitHub #1

Rate this post



Git chính là một hệ thống VCS cho dự án của bạn. Chính vì là một VCS ở trên nên Git cũng ghi nhớ lại toàn bộ lịch sử thay đổi của source code trong dự án. Bạn sửa file nào, thêm dòng code nào, xóa dòng code nào, bỏ thừa dấu ở đâu .etc. Tất tần tật đều được Git ghi lại.

[0:00] Giới thiệu về Git Version Control & GitHub
[2:43] Tại sao lại cần phải dùng Git Version Control trong Lập Trình
[4:50] Hướng dẫn tạo GitHub account
[5:10] Hướng dẫn cài đặt GitHub trên Windows và tích hợp Git Bash terminal trong Visual Studio Code
[8:00] Sử dụng lệnh Git Config để link Local Git Repo với GitHub account

Github:
Git (for Windows & Mac) Download Link:

Git Config Commands:
[1] Open Command Prompt in Windows or Terminal in Mac
[2] To set your username for every repository on your computer, type
git config –global user.name “your_name_here”
[3] Now you can tell Git your email, and make sure it’s the same email you used when you signed up for GitHub
git config –global user.email “your_email@email.com”

———— ✪ About CodeXplore Channel ✪ ————
CodeXplore là một platform chia sẻ kiến thức về Lập Trình [Coding] dành cho các bạn trẻ Việt Nam từ một cựu du học sinh Sing, hiện đang sống và làm việc tại Singapore.

Channel của mình sẽ focus vào các chủ đề sau:
► [Code] Full-Stack Web Development (HTML, CSS, JavaScript, Node JS và React JS) ☞ Future Projects: Deno
► [Code] Coding (Python & JavaScript) Interview Preparation (Cấu Trúc Dữ Liệu và Thuật Toán & LeetCode Solutions)

► [Xplore] Travel Vlog (Chia sẻ kinh nghiệm đi du lịch và trải nghiệm)

——————
✪ Business inquiries: codexplore.channel@gmail.com
✪ Subscribe:

➥ CodeXplore Social Links:
Fanpage:
Instagram:
GitHub:

#Git #Github #VersionControl
———————————————-/————-
© Bản quyền thuộc về CodeXplore
© Copyright by CodeXplore ☞ Do not Reup

Tag: git tutorial, github tutorial, git, github, Version Control, Git là gì, Github là gì, github for mac, github for window, github basics, học git, học github, sử dụng github, sử dụng github với visual studio code, học git nhanh, tự học git, dùng github như thế nào, version source control là gì, dùng git, cài đặt git trên windows, lệnh git, CodeXplore, xài git, tự học git và github, tự học git cho người mới bắt đầu, lập trình cơ bản, tự học lập trình, lập trình

Xem thêm bài viết Mẹo Vặt khác: http://hôm.vn/category/meo-vat

Nguồn: http://hôm.vn

Related Post

Leave a Reply

Your email address will not be published. Required fields are marked *