Pushing and Pulling Without Command Line on a Branch

Hi! I am working on a large project that uses several different branches for each of the different team members use. I want to instruct them on how to use branches while minimizing the use of the command line so it is as clear as possible. However, I noticed that while working on a branch, the push and pull functionality in RStudio is no longer available (the red and green arrows are greyed out). Merging is another function that seems like it can only be done from the command line. Can the members of my team do either of these without the command line?

can you screenshot that ? it doesnt seem right.

Yep, as you can see the push and pull arrows are greyed out whenever I'm not working on master. I can still push and pull using the command line but I was wondering why this is

Screen Shot 2020-06-15 at 1.00.21 PM Screen Shot 2020-06-15 at 1.00.25 PM

well, its comforting its available for master !
have you tested whether its only this project which does this ?
If you start a brand new repo, how does that behave ?
also, what are you using for the remote ? your own server or github ?

It behaves the same way in other repositories. A github repo is my remote.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.