DEV Community

Cover image for 16 basic commands to get started with GIT
NoviceDev
NoviceDev

Posted on • Originally published at novicedev.com

8

16 basic commands to get started with GIT

As a beginner knowing all the git commands could be overwhelming, but you can get away with some basic git commands at the start.

In this article, we will go through these 16 basic git commands that you should know as a new developer.

  1. git clone
  2. git init
  3. git checkout
  4. git branch
  5. git config
  6. git status
  7. git diff
  8. git add
  9. git commit
  10. git push
  11. git remote
  12. git pull
  13. git log
  14. git rm
  15. git stash
  16. git fetch

Find more details on the original post:
https://www.novicedev.com/blog/16-basic-commands-get-started-git

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay