Skip to content

Commit

Permalink
update git
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed May 20, 2024
1 parent 949974a commit d68ec10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/posts/daily/git自用手册.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@ export LESSHARESET=utf-8
g plo develop --allow-unrelated-histories
```

## Git error on git pull (unable to update local ref)

```sh
g remote prune origin
```

## 参考

- [Pro Git 2nd Edition](https://git-scm.com)
Expand Down

0 comments on commit d68ec10

Please sign in to comment.