Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git fetch not pulling branches

$ git config --get remote.origin.fetch
+refs/heads/master:refs/remotes/origin/master

$ git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
$ git config --get remote.origin.fetch
+refs/heads/*:refs/remotes/origin/*
 
PREVIOUS NEXT
Tagged: #git #fetch #pulling #branches
ADD COMMENT
Topic
Name
9+3 =