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

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -