Category: Software

GIT – Overview

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»