Information Technology Reference
In-Depth Information
Figure 3-8 . The final repository from Recipe 3-3
How It Works
You already know how to initialize a new project with $ git init . When executed
without parameters the command will create a repository in a current directory.
Once the project is initialized you can proceed with your work using the command:
$ git status -s
and aliases:
 
Search WWH ::




Custom Search