Git Commands - Beginners hands on git status git clone git commit git push git log git add and more

Поделиться
HTML-код
  • Опубликовано: 12 авг 2020
  • Welcome to the video series on git, a source control a.k.a Version control system or VCS
    Git is one of the widely used and powerful distributed version control system. It was originally created in 2005 by Linux Community and Linus Torvalds (The Creator of Linux). Git has grown a lot after that and github (www.github.com) is a preferred repository for storing, managing and distributing open source code.
    This is the 2nd video of git series, which is a hands on git tutorial for beginner. If you're totally new to git, I'll recommend you to go ahead and see the introductory video of git @ • Introduction to Git - ...
    In this git tutorial video, I'm talking about the git basics where I'm explaining the basic commands which one can use to understand the git end to end. I'm using my own github page to create a repo and demonstrate how to clone the same, work on it and upload back the changes. Here are the list of commands I'm explaining in this video
    git clone - Command to clone a git repo from a remote server or github
    git status - Command to change the current status of the branch and to know the state of changes i.e. Modified, Staged or Committed State
    git log - Command to see the last 'N' git commits on the branch
    git remote - Command to set and check the remote server e.g. github
    git push - Command to push our changes to a destination which can be a remote server or Github
    git commit - Command to commit the changes to the local branch which was cloned using git clone
    git add - Command to add the changes from Modified State to the Staged State
    git restore - Command to restore the file in original state by discarding all the changes or change the file from staged state to modified state
    #git #github #vcs #linux #opensource #windows10 #macos #gitbash #bitbucket #sourcecontrol #code #svn
    -----------------------------------------------------------------------------------------------------------------------
    Hi I am Daksh Deepak K Gupta (nickname & Preferred:- Daksh). I am a software developer and creating software since 1999. During the course of my career I've worked as a software Developer, Architect as well as Chief Technology Office.
    I started this channel to share my knowledge and understanding of Software Development which I believe will help people in writing better and quality code. This channel covers broad set of Computer Science and Software Engineering topics including but not limited to Programming.
    Here is the kind of contents you can expect from my RUclips Channel i.e. both existing and upcoming
    1. Data Structures and Big O Notations, Algorithms and Algorithm complexity
    2. C++ programming (latest specifications C++17 and C++20 ) tutorial. Learn How to create high performance system applications using one of the oldest and still relevant programming Language.
    3. Learn modern Python Programming (Python 3.x) and understand how python is used for Data Science, Data Analytics and Machine Learning.
    4. Learn Python libraries like NumPy, Scipy, Scikit-learn, Pandas and more
    5. Learn JAVA, one of the widely used and most versatile Programming Language. Explore Java Libraries like Spring and SpringBoot
    6. Learn JavaScript and understand how JavaScript can be used for Functional Programming as well as for Reactive Functional Programming. Explore JavaScript libraries like ReactJs, BaeconJS, Mocha and ChaiJS
    7. Learn Golang, an extremely fast, microservices ready programming language with goroutines
    8. Systems Programming including details about writing memory and multi Core CPU efficient codes.
    9. Understand Machine learning and Neural Networks and create prediction engines. Lean Languages, tool, and libraries for the same
    10. Understand and explore Neural Network with PyTorch, Keras, OpenCV and TensorFlow
    11. How to Create cross platform mobile apps
    12. Explore SQL and NoSQL databases like PostgreSQL, MongoDB, Redis, Apache Spark, neo4j and Apache Cassandra
    6. Learn source with git, which is one of the most widely used decentralized source control. Learn more about branches merge and commit
    7. Learn about persistent nosql databases like mongodb using my mongodb tutorial as well as in memory nosql databases like redis using my redis tutorial. you'll also learn about using redis nodejs
    8. Understand the concept of handling large data e.g. Big Data
    9. Learn about graph theory and graph database
    Please subscribe to my RUclips channel to get regular updates ruclips.net/user/CodesBay?sub_...
  • НаукаНаука

Комментарии • 87

  • @PriyaDhandapani-kl9bi
    @PriyaDhandapani-kl9bi Год назад +24

    very good and simple explanation. junior dev like me we don't want advanced tutorials at the very beginning stage. it makes us really demotivated. Thank you

  • @ademuwagunoladipupo1188
    @ademuwagunoladipupo1188 8 месяцев назад +4

    The best I have seen so far. Thank you Prof.

  • @dhananjay677
    @dhananjay677 2 года назад +9

    You are really great teacher , as you have explained it so simply. I have watched many videos on git but it was the best. Sir please create series on Ancible.

    • @Cognitive-Programmer
      @Cognitive-Programmer  2 года назад +1

      Thank you for you kind words 🙏and as well for your suggestions 🙏

    • @guntupallyprathima8400
      @guntupallyprathima8400 2 года назад +1

      I have been watching git videos but this is the only video that I understood...ur narration and explanation is too good.and hitting directly to brain

    • @guntupallyprathima8400
      @guntupallyprathima8400 2 года назад

      Pls create a video on ssh too.

  • @user-vp4ln2kt2g
    @user-vp4ln2kt2g Год назад

    Very well explanation, I am surely subscribing to your channel. Kudos for the hard work and more blessings to you.

  • @NoNTr1v1aL
    @NoNTr1v1aL Год назад +1

    Absolutely amazing video! Subscribed 👍

  • @maheshmattad1054
    @maheshmattad1054 5 месяцев назад

    Soothing and up to the point. Pin point explaination.

  • @Niki-ue6fk
    @Niki-ue6fk Год назад

    The Best Explanation Ever sir ! Thanks🙏

  • @betahaxor9012
    @betahaxor9012 Год назад +2

    So informative, thanks a lot!

  • @hsed10
    @hsed10 Год назад

    Great introduction neat and precise

  • @shyamji8890
    @shyamji8890 2 месяца назад +1

    Really amazing process to explain in simple term.

  • @jatindersingh2241
    @jatindersingh2241 5 месяцев назад

    Beautiful explanation very impressive.
    Thanks 🙏

  • @sivapurapuchowdaiah1424
    @sivapurapuchowdaiah1424 6 месяцев назад

    Very informative.
    Thank you so much

  • @jayaramireddyvadisana6509
    @jayaramireddyvadisana6509 Год назад

    Hi Sir
    You made my day.
    Thanks alot for this wonderful video.

  • @TheNomadclub
    @TheNomadclub 3 месяца назад +1

    Many thanks for teaching us basics

  • @ajinkyashinde1778
    @ajinkyashinde1778 Год назад

    it worked! thank you so much!!

  • @L0k.3sh
    @L0k.3sh 4 месяца назад

    one of best underrated channel.

  • @sivashankar1771
    @sivashankar1771 Год назад +3

    after adding the new line how to save it sir please tell me sir

  • @ux.recipes
    @ux.recipes 4 месяца назад +1

    Wow wonderful way of teaching

  • @user-ew3lj4wj8z
    @user-ew3lj4wj8z Год назад

    very informative and they way of explain was very good.

  • @gangadharsahoo5061
    @gangadharsahoo5061 4 года назад +2

    Thank you.good explanation about git

  • @haihellonamastey
    @haihellonamastey Год назад

    Straight to the Target🎯

  • @nagendrareddy1429
    @nagendrareddy1429 Год назад

    good simple article definitely you will get basiic knowledge

  • @live_chimney
    @live_chimney 11 месяцев назад +1

    You are an amazing human being

  • @user-kq5mq7wq7l
    @user-kq5mq7wq7l 18 дней назад +1

    Simpley superb .. 🎉🎉🎉🎉🎉

  • @rajkumar-jz5wu
    @rajkumar-jz5wu Год назад

    Best explanation

  • @naveencenars2005
    @naveencenars2005 6 месяцев назад

    How to open that ming64w command window in github i don't know how to open?

  • @prudhvikrosuri5815
    @prudhvikrosuri5815 10 месяцев назад

    Good explanation sir

  • @SharadaGawarawad
    @SharadaGawarawad 3 дня назад

    its really use full tank you sir

  • @MrNeelkumar
    @MrNeelkumar 7 месяцев назад

    Thank you so much my concepts cleared now

  • @red-ouz
    @red-ouz Год назад

    Thank you very much.

  • @sanathkumar2004
    @sanathkumar2004 8 месяцев назад

    Thanks a lot❤

  • @mrsingh6119
    @mrsingh6119 4 года назад +2

    Hi sir, I am also learning coding. Sir could you please make series on Java or JavaScript. Big fan sir

    • @Cognitive-Programmer
      @Cognitive-Programmer  4 года назад +2

      Hello
      Thanks for your comment and kind words🙏🙏🙏
      I'm planning one for Java and will surely consider JavaScript
      Thanks again 🙏🙏🙏

    • @mrsingh6119
      @mrsingh6119 4 года назад +1

      Thanks sir

  • @kaanguzel6298
    @kaanguzel6298 9 месяцев назад

    Thanks!

  • @bcxyoyo6832
    @bcxyoyo6832 Год назад

    Would it be possible to email you a question?

  • @raymondjunior7968
    @raymondjunior7968 Год назад

    What if I am new and asked password?

  • @spotlightarjun7617
    @spotlightarjun7617 10 месяцев назад

    10.34sec ur writing wg..but it's not working

  • @Noor-rm8ce
    @Noor-rm8ce 2 года назад

    sir how to track a folder in git by git command

    • @Cognitive-Programmer
      @Cognitive-Programmer  2 года назад

      Hi
      Thanks for your comment..
      You need to track files within a folder not an empty folder
      Hope it clarifies
      Thanks 🙏

  • @pareshmote9886
    @pareshmote9886 Год назад

    all workеd

  • @akshaypawar3616
    @akshaypawar3616 Год назад

    How a programming language is learned?
    I've watched a python tutorial on RUclips.
    Now what should I do to practice

    • @Cognitive-Programmer
      @Cognitive-Programmer  Год назад

      Hi
      I'm afraid there is no single / general answer to your question, I can tell you how I've learned the same. I did it by solving problems and found it to be a good way of learning programming.
      Hope it helps. Thanks 🙏

  • @mrsingh6119
    @mrsingh6119 4 года назад

    Sir I'm maninderbir Singh from Punjab and I am 12 years old. Sir could you please tell me that how to publish an app on Google play store for free

    • @Cognitive-Programmer
      @Cognitive-Programmer  4 года назад

      Hello
      Thanks for your comment. You can publish your app on Google Play by paying a Fees
      Hope it helps. 🙏🙏🙏

  • @Bramha-pu2xi
    @Bramha-pu2xi Год назад

    Nice 👌, but your voice low

  • @sunil5656
    @sunil5656 3 года назад +1

    Sir audio is little slow resolve it

    • @Cognitive-Programmer
      @Cognitive-Programmer  3 года назад

      Hello
      Thanks for your comment. will take care in later videos 🙏🙏🙏

  • @dorababu1003
    @dorababu1003 11 месяцев назад

    Audio sound is too low.

    • @Cognitive-Programmer
      @Cognitive-Programmer  10 месяцев назад

      Thanks for your feedback, will work on this in my future videos

  • @sonicgaming2304
    @sonicgaming2304 4 года назад +3

    I'm 12 Year Old
    And I want to Learn Coding,
    My question is Can we Use Multiple Coding Languages To Make A Single Program??
    Plz plz plz Answer MY question

    • @Cognitive-Programmer
      @Cognitive-Programmer  4 года назад +3

      Hi
      Thanks for your comment. It’s great to know that you are interested in programming in such a young age. Keep it up
      Regarding your question a single product can be created using multiple languages especially if you are using cloud computing i.e. microsecond etc. A single program for example java or c++ will have to be written using the same language
      I hope I answered your query
      Thanks footer your comment 🙏🙏🙏

    • @sonicgaming2304
      @sonicgaming2304 4 года назад

      @@Cognitive-Programmer Thanks A Lot For Answering My question do have any social media I have a lot of questions

  • @tusharranjan1467
    @tusharranjan1467 Год назад

    excellent ❤