The eighth week of ARTs Posted on Oct 20 2019 Edited on Feb 20 2023 In Laboratory , ARTS AlgorithmTitle: Remove Duplicates from Sorted ArraySolution: Java Review TipsPatch the staged and untracked files via git. 12git diff --cached // diff staged (after 'git add')git add -N <unstracked_file_name>; git diff # diff untracked file ShareOh, the Git! - detached HEAD