Basic Git & GitHub for DevOps Engineers
What is Git?
(Global Information Tracker). Git is a version control system that allows you to version your code and your files. Git maintained the history of the changes in the filesystem.
With Git, you can keep a record of who made changes in the f...
amitparad.hashnode.dev4 min read