Difference between Git bash and GitHub desktop

For the beginners like me lemme explain the difference between these two. Just like the Command Prompt in Windows and Terminal in Linux, Git Bash is a Command Line Tool. With this you can add files to your Github repository after Log in, check the status, commit changes to your code etc etc. 

Now the Github Desktop does the same things we use to do through the Git bash command line interface. But it is more convenient to use GitHub desktop as it provides a GUI or Graphical User Interface where we can do multiple things like creating repos, commit code changes and publish code to actual GitHub account with some few clicks!

I followed this tutorial to learn about GitHub desktop from this beautiful lady: 
https://youtu.be/8Dd7KRpKeaE

Don't get confused by seeing multiple tabs and options in both GitHub and GitHub desktop. You'll get to know about everything once you write code and try publishing it to GitHub through GitHub desktop!

Mail me here ðŸ‘‡ for any confusion and discussion. I will reply!

epicdeep09@gmail.com


Thanks!

Post a Comment

0 Comments