Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git push to my work

git add .
git commit -m “Message”
npx prettier . —write
git add .
git commit -m “Message”
git checkout develop
git pull
git checkout my-branch
git merge develop

 
PREVIOUS NEXT
Tagged: #git #push #work
ADD COMMENT
Topic
Name
4+4 =