Codeigniterbrasil - Chuyên trang tin tức công nghệ hàng đầu
  • Home
  • Công Nghệ
  • Lập Trình Linux
  • Lập Trình PHP
  • Điện Thoại
No Result
View All Result
  • Home
  • Công Nghệ
  • Lập Trình Linux
  • Lập Trình PHP
  • Điện Thoại
No Result
View All Result
Codeigniterbrasil - Chuyên trang tin tức công nghệ hàng đầu
No Result
View All Result

Git Tutorial for Beginners: Command-Line Fundamentals

admin by admin
April 16, 2020
in Lập Trình Linux
35
Git Tutorial for Beginners: Command-Line Fundamentals



Git is the most popular version control system out there and for good reason. In this video, we’ll go over the basics of what git is and how to use it within the command-line. There are several GUI tools out there to help you get started with git, but it can be extremely beneficial to learn git from the command-line as early as possible.

Some of the images used in this video are from the “Pro Git” book. These are licensed under creative-commons. You can find the book at:

✅ Support My Channel Through Patreon:

✅ Become a Channel Member:

✅ One-Time Contribution Through PayPal:

✅ Cryptocurrency Donations:
Bitcoin Wallet – 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet – 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet – MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot

✅ Corey’s Public Amazon Wishlist

✅ Equipment I Use and Books I Recommend:

▶️ You Can Find Me On:
My Website –
My Second Channel –
Facebook –
Twitter –
Instagram –

#Git

Nguồn: https://codeigniterbrasil.com

Xem thêm bài viết khác: https://codeigniterbrasil.com/lap-trinh-linux/

Xem thêm Bài Viết:

  • Hướng dẫn sử dụng hệ điều hành linux siêu tốc – bài 25 Xem cấu hình hệ thống (cpu, ram, hdd)
  • Linux cat command summary with examples
  • Cài nhiều hệ điều hành Windows và Linux trên một máy tính
  • Hướng dẫn tạo USB Boot DLC2019 (NTFS / UEFI) Trên windows 10 ( sử dụng USB 32 GB )
  • Hướng dẫn gỡ bỏ Ubuntu sạch sẽ nhất bằng lệnh trên Windows theo chuẩn UEFI-GPT
Previous Post

Vẽ tranh phòng chống virus Corona/How to draw save earth from Coronavirus/Awareness Safety Poster.

Next Post

12 Tỉnh, Thành kéo dài cách ly xã hội đến 22/4 hoặc 30/4 | Cập nhật tin tức dịch covid-19 tối 15/4

Next Post
12 Tỉnh, Thành kéo dài cách ly xã hội đến 22/4 hoặc 30/4 | Cập nhật tin tức dịch covid-19 tối 15/4

12 Tỉnh, Thành kéo dài cách ly xã hội đến 22/4 hoặc 30/4 | Cập nhật tin tức dịch covid-19 tối 15/4

Comments 35

  1. Jonathan C. Soares says:
    2 years ago

    well explained. thanks from brazil!

    Reply
  2. Conor Tobin says:
    2 years ago

    Would I be correct to assume that cloning a repository automatically adds a .git file to that cloned set of files on your local machine? Or was that one that you added yourself, when working on it prior to cloning?

    Reply
  3. krishna kumar says:
    2 years ago

    Thanks a lot Corey for this crisp and clear introduction to Git! Was really helpful to get me started 🙂

    Reply
  4. neeraj sharma says:
    2 years ago

    this comment is for those who are looking for best content available in youtube for coding: only few channels are here who really have great content one is corey schafer and other is sentdex both of you guys are awesome. You both have taught me alot. Thanks, sir.

    Reply
  5. rahul chilupuri says:
    2 years ago

    I get this error after the command : git push origin master

    remote: error: refusing to update checked out branch: refs/heads/master
    remote: error: By default, updating the current branch in a non-bare repository
    remote: is denied, because it will make the index and work tree inconsistent
    remote: with what you pushed, and will require 'git reset –hard' to match
    remote: the work tree to HEAD.
    remote:
    remote: You can set the 'receive.denyCurrentBranch' configuration variable
    remote: to 'ignore' or 'warn' in the remote repository to allow pushing into
    remote: its current branch; however, this is not recommended unless you
    remote: arranged to update its work tree to match what you pushed in some
    remote: other way.
    remote:
    remote: To squelch this message and still keep the default behaviour, set
    remote: 'receive.denyCurrentBranch' configuration variable to 'refuse'.
    To /home/rahul/Desktop/GitBasics/Cloned-repo/../remote_repo.git
    ! [remote rejected] master -> master (branch is currently checked out)
    error: failed to push some refs to '/home/rahul/Desktop/GitBasics/Cloned-repo/../remote_repo.git'

    Reply
  6. Taahir khan says:
    2 years ago

    Great video there. There's this one thing that I didn't understand. Assuming, I started to edit a piece of code in a file and completed it. I am ready to push this code to the server but, as it turns out my friend edited another piece of code in the same file that I was working on and pushed the changes to the remote repository. If I did "git pull" now, will the changes I made be gone because I started working on the code before someone changed it. Is there a way to keep my changes but also the changes made by the other person? And if it's by branching, wouldn't merging the branch cause the same problem?

    Reply
  7. david tang says:
    2 years ago

    how you create remote_repo.git file and what is the content?

    Reply
  8. SKTTWkartrider says:
    2 years ago

    I am wondering how to enable the hover window preview on Dock…. Any one knows?

    Reply
  9. S. T. JIANG says:
    2 years ago

    Very helpful Corey! Thanks

    Reply
  10. Hari Thapliyal says:
    2 years ago

    I would recommend this as a shortest video to learn git. Thank you so much for this work.

    Reply
  11. Kotel TV says:
    2 years ago

    how did you get your terminal window to look like that? mine has all green letters on a black background

    Reply
  12. Jatin Chhabra says:
    2 years ago

    Thanks Coery, Watched your video as it was part of The Odin Project. Will be true here, not got the whole ideo, especially Brand, but have bookmarked it and when the time comes that I will use GIT, this video will be very useful.

    Reply
  13. thanh nguyen says:
    2 years ago

    Thanks for a really useful tut. Could you make one for gitlab?

    Reply
  14. Ishan Pandey says:
    2 years ago

    Sir, just one question how do you make it so easy to understand????? You're super awesome.

    Reply
  15. Reema Aladham says:
    2 years ago

    Awesome easy explanation. Cheers

    Reply
  16. Abhijeet Bodas says:
    2 years ago

    With " learn X in Y minutes" kind of tutorials getting millions of views these days, its great to see this no-nonsense, content-first channel. Good job! Keep it up!

    Reply
  17. Ivan Popov says:
    2 years ago

    I nominate this video for The-Most-Important-Video-on-the-Internet … award? No – not award – just staus … like in status-quo. This is the best-concentrated piece of knowledge I've seen on the subject matter for the past several years. And even if it could be divided into several parts (for the newcomers mostly), it's still introductory enough for any person who uses a computer and in some sense works with files (documents-in-motion) …

    Reply
  18. Kshitij Jain says:
    2 years ago

    Thanks! This was really helpful.
    One thing you can do is pull up GitHub. I tried to push it but it showed that I did not have a remote repo selected so I had to go and make a repo and copy its URL to my terminal. Some people might run into the same problem

    Reply
  19. Peter Torres says:
    2 years ago

    3+ years later this video is still super helpful. Thank you very much!

    Reply
  20. Pace De La Cruz says:
    2 years ago

    Second question: I'm lazy and it's why I'm a developer. Wouldn't there be a way to create a gui where we'd just enter the altered file and where a batch file would do the rest for us? The get this, get that, pull this, pull that?? Seriously. This looks like it's an unbelievable waste of time.

    Reply
  21. Pace De La Cruz says:
    2 years ago

    Question (but first, thank you for this video)

    Why would we delete the branch from the master? Wouldn't that delete all the updates we'd done to given files? What did I misunderstand?

    I got the rest of it, very straight forward and very well presented, thank you yet again.

    Reply
  22. Kurmi Yadla says:
    2 years ago

    excellent tutorial for git! Thanks !

    Reply
  23. Yannick Labrie says:
    2 years ago

    vraiment excellente vidéo la traduction française serait bien tout de même!!

    Reply
  24. FoolProof Dude says:
    2 years ago

    Dude, to be honest this is the best video that explained the concepts very clearly. I was having hard time to understand the git and how to work with it. But this tutorial made things clear for me. Thanks a lot for this.

    Reply
  25. Mahesh Bhaske says:
    2 years ago

    thanxxxxx……. man it ws very useful

    Reply
  26. Hyller Vianna says:
    2 years ago

    Thanks for that!

    Reply
  27. Ultimate Technology says:
    2 years ago

    wow! what a fantastic presentation and a full of information about git.

    Reply
  28. vishal singh says:
    2 years ago

    thank you man!

    Reply
  29. Abhinav Jain says:
    2 years ago

    Best git video on the internet….

    Reply
  30. web全栈之路 says:
    2 years ago

    git from entry to master: https://www.youtube.com/watch?v=gUgGmETun8E&feature=youtu.be

    Reply
  31. Marilena Souza Da Silva says:
    2 years ago

    Very useful tutorial. Thank you so much!

    Reply
  32. Brian Evans says:
    2 years ago

    git clone https://YouTube.com
    git add video.mp4
    git commit -m "uploaded video"
    git push -v origin master

    Reply
  33. Jack Seibert says:
    2 years ago

    best git tutorial i have seen

    Reply
  34. John Wasula says:
    2 years ago

    Great introduction video!

    Reply
  35. Alessandro Rezzi says:
    2 years ago

    Nice video I saw it

    Reply

Leave a Reply Cancel reply

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

Tin Hot

Đập hộp Z590 Vision G

Trên tay Gigabyte Z590 Vision G – Sẵn sàng cho người sáng tạo nội dung

May 15, 2021
Cách khắc phục lỗi mất biểu tượng loa trong Windows 10

Cách khắc phục lỗi mất biểu tượng loa trong Windows 10

October 21, 2020
Mẹo và Thủ thuật Máy tính Mọi người Nên Biết

Mẹo và Thủ thuật Máy tính Mọi người Nên Biết

September 25, 2020
Cách nhập ảnh từ iPhone sang Mac

Cách nhập ảnh từ iPhone sang Mac

September 10, 2020
Test loa karaoke bluetooth Soundmax A-2120, có điều khiển từ xa | META.vn

Test loa karaoke bluetooth Soundmax A-2120, có điều khiển từ xa | META.vn

May 28, 2020
Review Bose Companion 50| Bộ loa vi tính cực "Xịn xò" đến từ Bose

Review Bose Companion 50| Bộ loa vi tính cực "Xịn xò" đến từ Bose

May 28, 2020
  • Liên Hệ
  • Chính Sách Bảo Mật

© 2022 JNews - Premium WordPress news & magazine theme by Jegtheme.

No Result
View All Result
  • Home
  • Công Nghệ
  • Lập Trình Linux
  • Lập Trình PHP
  • Điện Thoại

© 2022 JNews - Premium WordPress news & magazine theme by Jegtheme.