You are on page 1of 1

Git Commands

1.First download the project.Then perform the below commands

git checkout develop


git pull
git checkout Rukhshar
git merge develop
git pull

To Push the code

1.open the command promt from the project location


git status
git diff "fileName"
git add "filename"
git commit -m "ur messgae"
git push origin Rukhshar - Its a branch name we have to give

In PR request - select develop barnch instead of master

file - remove all the text

You might also like