User contributions for Kenneth

A user with 9,800 edits. Account created on 10 May 2014.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

22 March 2026

  • 22:4122:41, 22 March 2026 diff hist +3 Git/Shallow→‎Shallow Clone
  • 22:4122:41, 22 March 2026 diff hist +2,939 N Git/ShallowCreated page with "== Shallow Clone == git clone --filter=blob:none <url> creates a blobless clone. ... git clone --filter=tree:0 <url> creates a treeless clone. ... git clone --depth=1 <url> creates a shallow clone. == Convert Cloned Repo to Shallow == <pre> git clone --depth-1 <repo> -b <branch> git clone --depth 1 org-1234@github.com:MYORG/MYREPO.git -b MYREPO/MYBRANCH MYBRANCH git clean -x -f -d . git pull --depth 1 git fetch --depth 1 git reflog expire --expire=0 git reflog..."
  • 21:1621:16, 22 March 2026 diff hist +50 Linux/treeNo edit summary current
  • 21:1521:15, 22 March 2026 diff hist +181 N Linux/treeCreated page with "== Always Show Color == With less: <ref>https://superuser.com/questions/117841/when-reading-a-file-with-less-or-more-how-can-i-get-the-content-in-colors</ref> tree -a -C | less -R"
  • 21:1521:15, 22 March 2026 diff hist +357 N Linux/lessCreated page with "== Always Show Color == less -R With ls: <ref>https://superuser.com/questions/117841/when-reading-a-file-with-less-or-more-how-can-i-get-the-content-in-colors</ref> ls --color=always -l | less -R With tree: <ref>https://superuser.com/questions/117841/when-reading-a-file-with-less-or-more-how-can-i-get-the-content-in-colors</ref> tree -a -C | less -R" current

18 March 2026

17 March 2026

16 March 2026

12 March 2026

11 March 2026

10 March 2026

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)