Skip to content

Commit

Permalink
chore: add git fetch prune
Browse files Browse the repository at this point in the history
  • Loading branch information
rootCircle committed Jan 4, 2025
1 parent cc934f6 commit 4f24636
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/notes/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@ Use pull instead of fetch and merge together
git pull origin
```

### Update local database of remote branches

``` bash
git fetch --prune
```

### See remote log

``` bash
Expand Down

0 comments on commit 4f24636

Please sign in to comment.