Skip to content

Commit

Permalink
Playing with some more figure scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Jan 21, 2025
1 parent 6913696 commit 914024b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion git-refresher/recording-changes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ OR

- Click on the symbol that shows a circle flanked by two lines in the sidebar as shown in the image below.

![](images/pycharm_commit.png){fig-alt="Highlighting the two ways to open the commit window." width="461"}
![](images/pycharm_commit.png){fig-alt="Highlighting the two ways to open the commit window." width="66%" fig-align="center"}

- In the "Commit" pop up window, tick the files you wish to record changes for if they're not already ticked.

Expand Down
6 changes: 3 additions & 3 deletions git-refresher/syncing-changes-to-remote.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ You can also do this from the side panel after closing the commit window as show

- Click "Push".

![](images/pycharm_push1_1.png){fig-alt="Highlighting the Push option in the branch drop down menu."}
![](images/pycharm_push1_1.png){fig-alt="Highlighting the Push option in the branch drop down menu." fig-width="72%" fig-align="center"}

![](images/pycharm_push1_2.png){fig-alt="Highlighting the Push button in the Push Commits to git-academy-sandbox pop up window that appears after completeing the previous step."}
![](images/pycharm_push1_2.png){fig-alt="Highlighting the Push button in the Push Commits to git-academy-sandbox pop up window that appears after completeing the previous step." fig-width="80%" fig-align="center"}

### Alternative method

Alternatively you can push and commit your changes at the same time from the commit window by clicking "Commit and Push" after you write your commit message.

![](images/pycharm_push2.png){fig-alt="Highlighting the Commit and Push button in the Commit pop up window that appears after following the steps in recoding changes part of this guide."}
![](images/pycharm_push2.png){fig-alt="Highlighting the Commit and Push button in the Commit pop up window that appears after following the steps in recoding changes part of this guide." fig-width="80%" fig-align="center"}
:::

0 comments on commit 914024b

Please sign in to comment.