git push local branch to server -
i have cloned repository local folder (made changes in localhost , etc). how push changes server? using gitshell commands on branch, git add, commit, , push.
you push local changes remote repo push command:
git push origin <branch> you can read more how push, along other git tools , workflows, free online pro git book.
Comments
Post a Comment