Skip to main content

Useful Git Commands, git --version, git init, git status, git add, git diff, git push, git pull, git log, git branch, git remote

Git Commands

Useful Git Commands
(Image by - Sharma Guides | Subham232330)


git --version = It shows the version of Git installed on your machine.

git init = It will initialize the project folder into a "git repository".

git status = It will show you exactly which files/folders have been modified

git add = It will add your file to the git staging area.

git diff = It will show the difference between a file in the staging area and untracked file.

git push = It will push all the local changes that you have made to the remote GitHub repository.

git pull = It will fetch all the updated code from the remote branch and merge it with your local branch.

git log = It will list down the entire commit history.

git branch <name> = To create a new branch in your local git repository.

git branch = It will list down all the local branches that you have created.

git remote = It will give the name of the remote repository.




Comments

Popular posts from this blog

Palindrome

প্যালিনড্রোম (অর্থাৎ সামনে থেকে এবং পিছন থেকে সমান.উভয় দিক থেকে পড়লে একই!)  (ক) বাংলায় প্যালিনড্রোম বাক্য :-   সিমার মাসি   বল খেলব   বই চাইব   ঘুরবে রঘু    নাম লেখালেম না    বিকল্প কবি   তুমি কি মিতু ?   মার কথা থাক রমা   কীর্তন মঞ্চ পরে পঞ্চম নর্তকী      কাক কাঁদে কাঁক কা   চেনা সে ছেলে বলেছে সে নাচে    তাল বনে নেব লতা    চার সের চা   ঠাকুরদাদার কুঠা   খা সমস্ত রুটি রুস্তম সখা   না না কেনা না।   না বললে লব না   ওর মা আজ আমারও   বিরহে রাধা নয়ন ধারা হেরবি   থাক রবি কবির কথা   মামাতো মামা   কাকা তো কাকা   রবীন দা দানবীর। (খ) বাংলায় প্যালিনড্রোম নাম :-   নিধুরাম রাধুনি   সুবল লাল বসু   রমা কান্ত কামার   সদানন দাস   রায়মণি ময়রা   হারান রাহা     ইলু দলুই   সুবর্ণা বসু   সদাই দাস (গ) বাংলায় প্যালিনড্রোম শব্দ :- মরম, মলম, দরদ, জলজ, বনমানব, নবজীবন, সহিস, কালিকা, সরেস, তফাত, বাহবা, সন্ন্যাস,...