This is a repository where we push files which create our project of automatic waiter. We'll use Python language.
The link with the repository is: https://github.com/marcin-szczepanski/Projekt-KCK.
Useful commands:
-
Cloning the repository: git clone https://github.com/marcin-szczepanski/Projekt-KCK
-
Creating a branch: git checkout -b title
-
Making a commit: git commit -m "title"
-
Checking the repository status: git status
-
Adding changes: git add .
-
Updating the repository: git push
-
Updating local repository: git pull