Daily Shaarli

All links of one day in a single page.

September 13, 2022

Auto setup remote branch and never again see an error about the missing upstream | pawelgrzybek.com
thumbnail
    git config --global --add push.default current
    git config --global --add push.autoSetupRemote true