git commands for project

 git checkout -b <your_branch_name>

 

git add .

 

git commit -m 'commit message'

 

git push

 

[WIP]: ecard-feature

Comments

Popular posts from this blog

interview questions js[ Anurag Singh ProCodrr]

reactnative_creation