π―
Focusing
A Poco F4/ Redmi K40S [Munch] user, ex Redmi Note 4 [Mido] user and a noob learning the deep secrets of Android...
@iit-delhi EE'25
- IIT Delhi, India
-
08:31
(UTC +05:30) - @Yash089610
Highlights
- Pro
Pinned Loading
-
remote: fatal: pack exceeds maximum ...
remote: fatal: pack exceeds maximum allowed size 1# Adjust the following variables as necessary
2REMOTE=origin
3BRANCH=$(git rev-parse --abbrev-ref HEAD)
4BATCH_SIZE=500
5 -
Git credential cache, why type passw...
Git credential cache, why type password again and again 1#### Git tip: Tired of entering password again and again ?
23Run this command to remember your password:
45```bash
-
Collection of bash hackery to determ...
Collection of bash hackery to determine which Mullvad WireGuard server is the lowest latency from your location 1- Grab all your wireguard configs from Mullvad and dump them in a folder. For this test, this folder is `~/wireguard/`.
2- Add the following function to generate a list of all servers you have configs for
3``` shell
4lswg () {
5ls ~/wireguard/ | cut -d '-' -f 2 | sed 's/\.conf//'
-
git cheats
git cheats 1# shortform git commands
2alias g='git'
34# get a list of all commit messages for a repo
5git log --pretty=format:'%s'
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.