mirror of
https://github.com/italicsjenga/actions-test.git
synced 2025-01-09 17:01:41 +11:00
show shallow file
This commit is contained in:
parent
c240c27597
commit
e6719990fa
6
.github/workflows/merge.yml
vendored
6
.github/workflows/merge.yml
vendored
|
@ -19,10 +19,14 @@ jobs:
|
||||||
# run: git sparse-checkout disable; git checkout origin/main
|
# run: git sparse-checkout disable; git checkout origin/main
|
||||||
- name: status
|
- name: status
|
||||||
run: git status
|
run: git status
|
||||||
- name: descibe
|
- name: shallow
|
||||||
|
run: cat .git/shallow
|
||||||
|
- name: deepend tree
|
||||||
run: git fetch --shallow-since "1 year" --tags --recurse-submodules=no
|
run: git fetch --shallow-since "1 year" --tags --recurse-submodules=no
|
||||||
- name: status
|
- name: status
|
||||||
run: git status
|
run: git status
|
||||||
|
- name: shallow
|
||||||
|
run: cat .git/shallow
|
||||||
- name: descibe
|
- name: descibe
|
||||||
run: git describe --tags
|
run: git describe --tags
|
||||||
- name: show refs
|
- name: show refs
|
||||||
|
|
Loading…
Reference in a new issue