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

preview_player
Показать описание
Welcome to the video series on git, a source control a.k.a Version control system or VCS

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 YouTube 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

Рекомендации по теме
Комментарии
Автор

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

PriyaDhandapani-klbi
Автор

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

ademuwagunoladipupo
Автор

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.

dhananjay
Автор

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

vplnktg
Автор

Absolutely amazing video! Subscribed 👍

NoNTrvaL
Автор

Soothing and up to the point. Pin point explaination.

maheshmattad
Автор

The Best Explanation Ever sir ! Thanks🙏

Niki-uefk
Автор

Really amazing process to explain in simple term.

shyamji
Автор

Beautiful explanation very impressive.
Thanks 🙏

jatindersingh
Автор

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

jayaramireddyvadisana
Автор

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

sivashankar
Автор

very informative and they way of explain was very good.

ewljwjz
Автор

good simple article definitely you will get basiic knowledge

nagendrareddy
Автор

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

naveencenars
Автор

Thank you so much my concepts cleared now

MrNeelkumar
Автор

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

mrsingh
Автор

Would it be possible to email you a question?

bcxyoyo
Автор

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

spotlightarjun
Автор

sir how to track a folder in git by git command

Noor-rmce
Автор

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

akshaypawar