The seventh week of ARTs Posted on Oct 13 2019 Edited on Feb 20 2023 In Laboratory , ARTS AlgorithmTitle: Merge Two Sorted ListsSolution: Java Review TipsI forgot the following git cmds when I needed them. 12git checkout -b topic-branch // checkout and branch a new topic branch.git branch --set-upstream-to=origin/branch topic-branch // set tracking information for topic-branch. ShareOh, the Git! - local .git