N
N
Nick932015-07-09 13:21:12
git
Nick93, 2015-07-09 13:21:12

How to work through github correctly?

Hello everyone, there is a remote repository that I cloned, created a new branch and add some functionality to it, but what if there were changes in the master branch, and I get a branch without changes, if I merge into the master, then everything new changes in the master branch will be lost?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
skvot, 2015-07-09
@Nick93

Make a pool of the updated master in your repository, then merge the changes into a branch with your work.

A
Andrey Burov, 2015-07-09
@BuriK666

Branching in Git - Basics of branching and merging

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question