A PCRE internal error occured. This might be caused by a faulty plugin

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
packages:git [2014/07/11 12:48]
admin [Server Side Install]
packages:git [2015/05/24 18:45] (current)
admin [Creating Your Local git Copy]
Line 129: Line 129:
 > git push <​staging>​ +master:​refs/​heads/​master > git push <​staging>​ +master:​refs/​heads/​master
 </​code>​ </​code>​
 +
 +To update an existing remote:
 +
 +<​code>​
 +> git remote set-url <​staging>​ <​gituser>​@my.newserver.tld:/​home/​git/<​git-projects>/<​project-name.git>​
 +</​code>​
 +
 ---- ----
 +
 ==== Useful Git Commands ==== ==== Useful Git Commands ====
 ---- ----