Skip to content

Commit

Permalink
Fix shallow clone command
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed May 25, 2020
1 parent 7da0daf commit cb7f8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _2020/version-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ command is used for merging.
# Advanced Git

- `git config`: Git is [highly customizable](https://git-scm.com/docs/git-config)
- `git clone --shallow`: clone without entire version history
- `git clone --depth=1`: shallow clone, without entire version history
- `git add -p`: interactive staging
- `git rebase -i`: interactive rebasing
- `git blame`: show who last edited which line
Expand Down

0 comments on commit cb7f8ca

Please sign in to comment.