Basic Git Command for first time github user

The directory we decided to name "box". To initialize a Git repository here, type the following command:

$ git init

"box" directory now has an empty repository in /.git/. The repository is a hidden directory where Git operates.

let's type the git status command to see what the current state of our project is:

$ git status


Comments

Popular posts from this blog

AttributeError: Got AttributeError when attempting to get a value for field `abc` on serializer `PfleSerializer`. The serializer field might be named incorrectly and not match any attribute or key on the `QuerySet` instance. Original exception text was: 'QuerySet' object has no attribute 'abc'.

ImportError: No module named regex