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
Javascript: IIFE – Immediately Invoked Function Expression
Regular function in javascript is: // function declaration function myFunction() { console.log('I am normal JS function'); } //…
We built a browser-like inspect tool for prompts 🛠️🎛📄
Hey everyone! 👋 I’m excited to share something we’ve been working on for a while: Prompt Inspector 🕵️♂️…
CLI Client for ReductStore v0.4.0 has been released
Hello everyone, We’re excited to announce the release of version 0.4.0 of the Reduct CLI! This release includes…