Search
 
SCRIPT & CODE EXAMPLE
 

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/*
Comment

PREVIOUS NEXT
Code Example
Shell :: install sweetlalert angular 
Shell :: Submodule update 
Shell :: register runner gitlab 
Shell :: useful git commands 
Shell :: install criterion ubuntu 
Shell :: install sqlite in ubuntu 
Shell :: / bin/sh: 1: bc: not found 
Shell :: powershell open file 
Shell :: create new branch git 
Shell :: open xampp in ubuntu 
Shell :: gitlab reset password 
Shell :: how to run makefile in windows 
Shell :: hydra use find password cracker 
Shell :: Connect to Remote MySQL Database through Command Line 
Shell :: wsl screen permission denied 
Shell :: docker compose rebuild image 
Shell :: How to check if there are multiple versions of PHP installed on Ubuntu 12.04 LTS? 
Shell :: find text pattern in file linux 
Shell :: npm install mongoose specific version 
Shell :: change remote to use ssh git command 
Shell :: how to push local repo to github 
Shell :: shell trim 
Shell :: debian change time command line 
Shell :: poetry python install 
Shell :: how to get file manager in vestacp 
Shell :: linux terminal commands 
Shell :: install kubectl krew 
Shell :: install python 3.10 linux (multiple python versions) 
Shell :: how to download a text file with curl 
Shell :: print environment variables linux 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =