Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add git prune
  • Loading branch information
WSMathias authored Jun 3, 2023
1 parent f440b89 commit 018f1ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@ Commands to copy the directory.
|---------|-------------|
| ` git restore --source <branch> dirname ` | Copy the directory from any branch without git history |

### Git repo maintenance
Commands keep the local repo clean and faster.
| Command | Description |
|---------|-------------|
| ` git prune ` | Clean up orphaned objects/commits |


### Time savers
##### Edit last commit which is already pushed to remote.
Expand Down

0 comments on commit 018f1ba

Please sign in to comment.