Simple Git workflow -
I seem to have a problem with setting up a simple workflow that appears to be with GET.
I have two developers, Dev and Deob
God creates a branch from 'Master' ...
git checkout -b ' Newbranch '
Deva has made changes in the new branch and commits
git add git commit -m' newbranch changes'
< / P>
< P> Deva needs to make changes with the remote and it becomes ...
Pre>
She has made changes in the new branch and has pushed the change in the original
GIT add GIT commit- M 'message' git push --all GIT checkout Newbrain GIT bridge - You asked to drag all of you with remote'all ', but No branch specified. Because this is not the default configured remote for your current branch, you must specify a branch on the command line.
Then ...
git branch -r original / new branch original / head - & gt; Basic / Master Origin / MasterThen ...
GIT bridge original / new branch deadly: 'original / nebrobrunch' is a git repository fatal: remote Could not read from the repository
Can anyone tell me what is wrong here?
Try git push --all origin
or git pull --all origin
Comments
Post a Comment