# Devops X Github

Github

👨‍💻... 𝐃𝐞𝐯𝐨𝐩𝐬 𝐗 𝐆𝐢𝐭𝐡𝐮𝐛 ... 🏬

𝐆𝐢𝐭𝐡𝐮𝐛 - It is a code hosting platform for version control and collaboration . It let you and other work together on project from anywhere

𝐁𝐚𝐬𝐢𝐜 𝐠𝐢𝐭 𝐜𝐨𝐦𝐦𝐚𝐧𝐝𝐬 :

git config

git init

git branch

git checkout

git add

git commit -m ""

git clone

git add remote

git fetch

git push

git pull

git merge

git log

git rebase

git revert

git reset

git status
