most common git bash commands code example
Example 1: git basic commands
git diff <sourcebranch> <targetbranch>
Example 2: git basic commands
git push origin <branchname>
git diff <sourcebranch> <targetbranch>
git push origin <branchname>