Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| developers:adding_new_developers [2022/05/27 12:52] – Add section on git svanheule | developers:adding_new_developers [2022/05/27 13:06] – Refer to other wiki page for gitotile/gitweb setup svanheule | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| ===== Adding new developer to git ===== | ===== Adding new developer to git ===== | ||
| - | Add the developers public SSH key to gitolite under the desired username. | + | Add the developers public SSH key to gitolite under the desired username. |
| - | + | ||
| - | <code bash> | + | |
| - | # Create new staging repository | + | |
| - | git remote add staging git@git.openwrt.org: | + | |
| - | + | ||
| - | # Adding branches can be done as usual with git. | + | |
| - | # ' | + | |
| - | git push staging LOCAL: | + | |
| - | + | ||
| - | # Deleting branches | + | |
| - | git push staging :REMOTE | + | |
| - | + | ||
| - | # More help available with | + | |
| - | ssh git@git.openwrt.org help | + | |
| - | </ | + | |
| ===== Adding new developer to wiki ===== | ===== Adding new developer to wiki ===== | ||