Make calculate project

  1. mkdir MathTool: Making directory named MathTool to save projects.

  2. cd MathTool: Move to directory.

  3. git init: initialize empty git repository.

  4. ls -al: see all documents. it has ".git"

  5. cd .git

  6. ls -al: see inside of repository. it can control versions by using these complex mechanisms.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/f4ac1fa8-5d57-4c27-93d7-26fa0120b689/Untitled.png

First you open terminal, you have to go to the root directory and type

source git-bash-for-mac.sh

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/f50a1b83-a91f-4128-aa04-17b52c650c30/Screen_Shot_2021-03-29_at_12.06.48_PM.png