79264119

Date: 2024-12-09 07:15:50
Score: 1
Natty:
Report link

Just run the following commands in terminal:

  git config --unset remote.origin.fetch

  git config --set remote.origin.fetch +refs/heads/*:refs/remotes/origin/*

Now, you just run

git fetch

and you'll get all remote branches.

Helpful site : Git - git-config Documentation

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shoyeb Ahmed Russel