Error loading plugin include
ParseError: syntax error, unexpected 'include' (T_INCLUDE), expecting identifier (T_STRING) or '{'
More info is available in the error log.
					
ParseError: syntax error, unexpected 'include' (T_INCLUDE), expecting identifier (T_STRING) or '{'
More info is available in the error log.
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| devel:git [2018/06/04 09:59] – bluesabre | devel:git [2018/06/29 10:56] (current) – bluesabre | ||
|---|---|---|---|
| Line 75: | Line 75: | ||
| git remote add myremote lp: | git remote add myremote lp: | ||
| git push --set-upstream myremote myfeaturebranch</ | git push --set-upstream myremote myfeaturebranch</ | ||
| + | |||
| + | ==== Merging a Branch ==== | ||
| + | |||
| + | < | ||
| + | git clone lp: | ||
| + | cd lightdm-gtk-greeter | ||
| + | |||
| + | # fetch the remote branch | ||
| + | git remote add remotename https:// | ||
| + | git fetch remotename | ||
| + | git merge remotename/ | ||
| + | |||
| + | # push the merge | ||
| + | git push</ | ||
| ===== Git Repositories ===== | ===== Git Repositories ===== | ||
