Git Tutorial - Bash, PyCharm finished
This commit is contained in:
parent
335c987261
commit
53a61c5331
|
@ -261,16 +261,23 @@ You have to trust the git repository.
|
||||||
|
|
||||||
![screenhot](assets/git_pycharm_clone_01.png)
|
![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_02.png)
|
||||||
|
|
||||||
![screenhot](assets/git_pycharm_clone_03.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)
|
![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)
|
![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)
|
![screenhot](assets/git_pycharm_clone_06.png)
|
||||||
|
|
||||||
<!---
|
<!---
|
||||||
|
@ -283,8 +290,15 @@ You have to trust the git repository.
|
||||||
|
|
||||||
## Updating the original project
|
## Updating the original project
|
||||||
|
|
||||||
|
If someone adds something to your git repository, and you want to refresh your git repository.
|
||||||
|
You can tap to Git in the toolbar and then press **Pull**.
|
||||||
|
|
||||||
![screenhot](assets/git_pycharm_source_18.png)
|
![screenhot](assets/git_pycharm_source_18.png)
|
||||||
|
|
||||||
|
A window will appear to ask you which repository do you want to pull.
|
||||||
|
|
||||||
![screenhot](assets/git_pycharm_source_19.png)
|
![screenhot](assets/git_pycharm_source_19.png)
|
||||||
|
|
||||||
|
Et voila, your git repository is refreshed.
|
||||||
|
|
||||||
![screenhot](assets/git_pycharm_source_20.png)
|
![screenhot](assets/git_pycharm_source_20.png)
|
||||||
|
|
Loading…
Reference in New Issue