What can I do to merge changes from branch onto master? Follow
I am trying to go through the basic steps of working in branch and incorporating changes to master.
What I have done is:
- Initiate a Git repository.
- Add two files.
- Commit the addition.
- Create a branch.
- Change one of the files in branch.
- Commit the change.
- Go to master.
So far everything has worked, but I'm having trouble with what I believe is a next step of pulling the changes from branch. The PyCharm In-Depth VCS #3 video has us clicking a button at the top of the screen to pull from branch.
My screen presently looks like so:
What should I do to have the IDE's UI features enabled so that I can access version control as the process is documented in the videos?
Thanks,
C.J.S. Hayward
Please sign in to leave a comment.
Hello,
actually there's a button for Update Project, please take a look at my screenshot: