Skip to content

Commit

Permalink
add git pull info
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferrei committed Apr 30, 2024
1 parent 8cb9b72 commit ab84ba6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions posts/2023-10-25-create-new-post/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -299,16 +299,19 @@ On the production side, the Edit and Chat buttons are disabled, emphasizing the

![](images/git-icon.png)

2. Here you can find a list of files you have changed or added. Click on the plus icon next to changes to stage all files or add one by one.
2. Git pull to make sure you have the latest version of the blog
![](images/git-pull.png)

3. Here you can find a list of files you have changed or added. Click on the plus icon next to changes to stage all files or add one by one.

![](images/stage-icon.png)

3. Write a short message that represents the changes you have made.
4. Write a short message that represents the changes you have made.

4. Click on the arrow next to Commit and choose "Commit & Push"
5. Click on the arrow next to Commit and choose "Commit & Push"

![](images/commit-and-push-icon.png)

5. To create a tag and deploy to the test environment, click on the git graph to view the commit and branch history. Here you can right click the commit you want to create a tag and select `Add tag...`. Add a name (unique) to your tag and select the checkbox `Push to remote` before clicking on `Add tag`
6. To create a tag and deploy to the test environment, click on the git graph to view the commit and branch history. Here you can right click the commit you want to create a tag and select `Add tag...`. Add a name (unique) to your tag and select the checkbox `Push to remote` before clicking on `Add tag`

![](images/git-graph.png)
1 change: 0 additions & 1 deletion resources/scripts/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def is_rendering():
pass
return False

print("wtf")
if is_rendering():
print("removing edit buttons")
remove_script_tags_to_directory('./posts')
Expand Down

0 comments on commit ab84ba6

Please sign in to comment.