-
Git truncate 2 months history
This is only use for Release repo
- Fetch 2 months ago:
git fetch --shallow-since="2 month ago"- Get oldest commit available
git log --oneline
Git truncate 2 months history
This is only use for Release repo
git fetch --shallow-since="2 month ago"git log --oneline
<div class="relative rounded-xl overflow-auto">
<div class="mx-4 bg-white dark:bg-slate-800 shadow-xl overflow-hidden">
<div class="overflow-scroll grid grid-cols-[70px,repeat(7,150px)] grid-rows-[auto,repeat(16,50px)] max-h-[350px]">
<!-- Calendar frame -->
<div class="row-start-[1] col-start-[1] sticky top-0 z-10 bg-white dark:bg-gradient-to-b dark:from-slate-600 dark:to-slate-700 border-slate-100 dark:border-black/10 bg-clip-padding text-slate-900 dark:text-slate-200 border-b text-sm font-medium py-2"/>
<div class="row-start-[1] col-start-[2] sticky top-0 z-10 bg-white dark:bg-gradient-to-b dark:from-slate-600 dark:to-slate-700 border-slate-100 dark:border-black/10 bg-clip-padding text-slate-900 dark:text-slate-200 border-b text-sm font-medium py-2 text-center">Sun</div>| <?xml version="1.0" encoding="UTF-8"?> | |
| <configuration> | |
| <system.web> | |
| <httpRuntime requestPathInvalidCharacters="" /> | |
| </system.web> | |
| <system.webServer> | |
| <security> | |
| <requestFiltering> | |
| <hiddenSegments> | |
| <clear /> |
| javascript:(function(){setInterval(()=>{const elements=document.querySelectorAll("span");const element=elements[Math.floor(Math.random() * elements.length)];element.dispatchEvent(new MouseEvent('mousemove',{bubbles:true,cancelable:true}));console.log('Simulated mousemove');},240_000);})(); |
Credit: https://stackoverflow.com/questions/28425574/slanted-diagonal-line-in-html-or-css
1: use clip-path, this method is ok for different colors
.table-editor td.diagonal:after { content: ""; position: absolute; z-index: 0; top: 0;
git clone --filter from git 2.19 now works on GitHub (tested 2021-01-14, git 2.30.0)
This option was added together with an update to the remote protocol, and it truly prevents objects from being downloaded from the server.
E.g., to clone only objects required for d1 of this minimal test repository: https://github.com/cirosantilli/test-git-partial-clone I can do: