Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlincon committed Jun 30, 2024
1 parent b82dfae commit 651a208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ Link: https://github.com/DataTalksClub/llm-zoomcamp
https://stackoverflow.com/questions/7726949/remove-tracking-branches-no-longer-on-remote

`git fetch -p && for branch in $(git branch -vv | grep ': gone]' | awk '{print $1}'); do git branch -D $branch; done`

# Helpful links
- Ollama pull for docker: https://github.com/docker/genai-stack

0 comments on commit 651a208

Please sign in to comment.