# Super-saper ### Projekt ze sztucznej inteligencji o temacie automatyczny saper #### By zlinkować lokalne repo z remote: `$ git add remote origin {url_repo}` #### By zainstalować potrzebne pakiety: `$ pip install -r requirements.txt` #### By zaktualizować plik requirements: `$ pip freeze > requirements.txt` #### By zmieniać kod, twórzcie nowe branche i tam się bawcie #### Na koniec żeby zmergować to do master: `$ git checkout master`
`$ git merge {new_branch}`