GIT – Overview
October 24th, 2019 10:35 PM | by Alfred Markus Paar | Posted in Software
GIT basic commands list: git status shows all modifications in the workspace, differences of the local repository, etc. git add <data> or . (for all) […] Read more»