Weekly Shaarli

All links of one week in a single page.

Week 10 (March 4, 2019)

Git: Cannot see new remote branch - Stack Overflow
thumbnail

Check whether .git/config contains

[remote "origin"]
url = …
fetch = +refs/heads/master:refs/remotes/origin/master
If so, change it to say

[remote "origin"]
url = …
fetch = +refs/heads/:refs/remotes/origin/
Then you should be able to use it: