dongleecsu / git-learn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-learn

Description of commands.

  1. git init: initialize an empty git repository.
  2. git clone: clone the repository.
  3. git add : add the file.
  4. git commit -m "msg": commit a message about the current change.

About


Languages

Language:Python 100.0%