[program-l] question on git branches

  • From: David Mehler <dave.mehler@xxxxxxxxx>
  • To: program-l@xxxxxxxxxxxxx
  • Date: Thu, 29 Nov 2018 18:27:20 -0500

Hello,

I've got a git repo. I'm hosting it on a server. I've got two machines
that I work on with this repo. If I create a branch on one machine
then later commit that branch locally that works. I push it to the
server with:

git push origin branchname

works fine, but on machine 2 when I either clone the repo or if I have
changes and pull them and I do a git branch to list my branches I only
see the master branch.

Any ideas?

Thanks.
Dave.
** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

Other related posts: