Month: June 2020
-
Starting with Git
Configuring Git A couple of very basic configurations should be made before you get started. You should set your name […]
-
First commands in git
https://trello.com/b/Cm3yiK7R/git Clean console:clean Enter a folder and initiate git withgit init Check status of the git projectgit status Before commit […]