Learn github commands
- git clone
- git add .
- "." to track all of the folder
- else we can give a file names or folder after "git add"
- git commit -m "message desc"
- git push
- git pull
- git diff
- git diff -staged
- git diff -master
- git init
- git remote add origin
- How branching works ?
- How to view multiple folder and files changes in git ?
- what is the difference between comparing Master vs feature and feature vs master?
- How version number gets added ?
- How to create release branch and post release how to merge into master?
- git was opensource