SyntaxFix
Write A Post
Hire A Developer
Questions
you can do this easily
git status git add . git commit -m "any commit" git pull origin (branch name, master in my case) git push origin current branch(master):branch 2(development)(in which you want to push changes)