Navigate back to the homepage

Getting Started with Git Basics

A basic introduction to Git for self-taught developers who wants an explanation of how to get started with Git

Ahmed Abdulrahman
Nov 20th, 2019 • ☕️ 1 min read
gitsetupversion control

Prerequisites

Ability to basic commands in command prompt of you OS.

What is Git?

Git is a Open Source version control system that tracks any history of changes been made to code on a project. It’s used to ensure there are no code conflicts between developers when working on project and allows developers to revert and go back to an older version of the code.

Installation


Discuss on TwitterFollow @_ahmed_ab

Other things I've written

ADD vs COPY in Docker

In this post, we'll learn what are ADD and COPY commands in docker, How they differ, and why COPY is more secure than ADD.

Mar 17th, 2020 · 1 min read

Understand the concept of Images and Containers

A step by step guide to understanding the concept of Images and Containers in Docker

Feb 13th, 2020 · 2 min read

© 2018–2020
Ahmed Abdulrahman

Contact
hello@aadev.me

Link to $https://twitter.com/_ahmed_abLink to $https://www.behance.net/ahmedabdulrahmanLink to $https://github.com/AhmedAbdulrahman