Devops X Github

ยท

1 min read

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

ย