gitversion-controlrtcrational-team-concertibm-rational

RTC equivalent for 'git pull'


What is the equivalent command for accomplishing the use case of a git pull command (update to the tip and do auto resolve conflicts) ? I'm looking for the scm command which accomplishes the functionality of a git pull operation.


Solution

  • That would be, as shown in accept example a:

    lscm show status
    lscm accept changesetId
    

    That is using: