Skip to content

Instantly share code, notes, and snippets.

View kingh0730's full-sized avatar
🐈‍⬛
Octocat

Shangdian (King) Han kingh0730

🐈‍⬛
Octocat
View GitHub Profile
@kingh0730
kingh0730 / this.py
Last active March 31, 2022 16:51
Zen of Python
import this
@maratori
maratori / .golangci.yml
Last active June 21, 2024 18:06
Golden config for golangci-lint
# This code is licensed under the terms of the MIT license https://opensource.org/license/mit
# Copyright (c) 2021 Marat Reymers
## Golden config for golangci-lint v1.59.1
#
# This is the best config for golangci-lint based on my experience and opinion.
# It is very strict, but not extremely strict.
# Feel free to adapt and change it for your needs.
run:
@iamalbert
iamalbert / README.md
Last active November 30, 2023 22:39
Git skip LFS on local repo

Because GitKraken and SourceTree are FUCKING SLOW for repo with large LFS objects.

Need to completely skip LFS operation when pull/fetch/checkout/...

Skip downloading when clone

GIT_LFS_SKIP_SMUDGE=1 git clone SERVER-REPOSITORY

Skip downloading when fetch/checkout/pull