![Update local Git branch list](/_next/image?url=https%3A%2F%2Fimages.prismic.io%2Fhimynameistim%2F91fa3a58-3bd1-4a16-8e19-035e0c61ce97_oia-416136_19201.jpg%3Fauto%3Dcompress%2Cformat%26fit%3Dcrop%26max-w%3D1093%26max-h%3D400&w=3840&q=75)
Update local Git branch list
Ever had the issue where your Git repo has a branch that your local hasn't picked up on? This can often happen when a branch has just been created.
The solution is simple just run...
1$ git remote update origin
Ever had the issue where your Git repo has a branch that your local hasn't picked up on? This can often happen when a branch has just been created.
The solution is simple just run...
1$ git remote update origin