diff --git a/learning_git.md b/learning_git.md index 199d330..0ee4c6b 100644 --- a/learning_git.md +++ b/learning_git.md @@ -261,16 +261,23 @@ You have to trust the git repository. ![screenhot](assets/git_pycharm_clone_01.png) - +And then, you can go to settings and choice your **Python interpreter**. +If you don't have one, you can add one. ![screenhot](assets/git_pycharm_clone_02.png) ![screenhot](assets/git_pycharm_clone_03.png) +If you want to push your local repository, you have to identify with your name and your e-mail. + ![screenhot](assets/git_pycharm_clone_04.png) +Now, we have a new window where you can push yours commits. + ![screenhot](assets/git_pycharm_clone_05.png) +And if you push it, you have to login to Gitea. + ![screenhot](assets/git_pycharm_clone_06.png)