Git commands

 git status

git add .

git commit -m " dashboard updated "

git push origin param-dev

git checkout master

git pull origin master

git merge param-dev

git push origin master

git checkout param-dev

git pull origin master

 

than :qa if stuck in between merging

Comments

Popular posts from this blog

Simple Redux

Add Axios Interceptor in Services where Api is called

React Interview Questions