Rommadon / gitdemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rommadon Teedo Git Commands

  • git init - create a new repository in current directory
  • git status - check the status of your repository.
  • git add - Add the file to the repo
  • git commit - add snapshot

About