Basic Git usages

February 20, 2018

When I left the SVN world, I started to brave the new world of git. Not that new… the matter is that most system had already automated git basic usages until something weird happens during your commit/push process such as conflicts. So, let’s start from scratch: First commit Approach 1 via HTTPS: Create the repo […]