Git commands that are really common and everyone should know:
git init
git clone
git add
git commit -m “Your commit message”
git status
git pull
git push origin
git checkout
git merge
git log
git fetch
git diff
git revert
git reset
git rm
Related Posts
What you learning about this weekend? 🧠
Howdy partners 🤠 What’s everybody learning on this weekend? Whether you’re sharpening your JS skills, making PRs to…
Website to storage contacts data and share it with others. (Django REST API React)
ContactBook helps to storage contacts data and share it with others. I’ve created educational descriptive commits so its…
Advanced Indexing Techniques with LlamaIndex and Ollama: Part 2
Advanced Indexing Techniques with LlamaIndex and Ollama: Part 2 Code can be found here: GitHub – jamesbmour/blog_tutorials: Welcome…