DEV Community

Rafeek01
Rafeek01

Posted on

Getting started with Git day 01.

Three days before I have started learning git.
In day 01 I have learned basic commands used in git

  • git init

  • git status

  • git add filename/./--all

  • git commit -m "message"

  • git log


-------------:)-have a good day--------------------

Top comments (0)