You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,7 +302,9 @@ gpm clone hugo
302
302
which is a shorthand for `git clone https://github.com/gohugoio/hugo`, what means that you are able to add any [clone argument](https://git-scm.com/docs/git-clone) with your installed Git command version:
303
303
304
304
```bash
305
-
gpm clone hugo -o my-projects/the-great-hugo-project
305
+
# clone to subfolder my-projects/the-great-hugo-project
306
+
# and get only the last / head commit
307
+
gpm clone hugo my-projects/the-great-hugo-project --depth 1
0 commit comments