meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| git:gitolite [2017/06/01 18:09] – created niziak | git:gitolite [2020/05/08 10:26] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Gitolite ====== | ||
| + | |||
| ====== Installation ====== | ====== Installation ====== | ||
| <code bash> | <code bash> | ||
| Line 5: | Line 7: | ||
| * Repository path: **/ | * Repository path: **/ | ||
| * Administrator' | * Administrator' | ||
| + | |||
| + | ====== lost admin key/access ====== | ||
| + | |||
| + | Log on to the server, and run <code bash> | ||
| + | |||
| + | That's it; the new alice.pub file replaces whatever existed in the repo before. | ||
| ====== Usage ====== | ====== Usage ====== | ||
| Line 27: | Line 35: | ||
| git push | git push | ||
| </ | </ | ||
| + | |||
| + | ===== Push existing repos ===== | ||
| + | |||
| + | <code bash> | ||
| + | git remote add origin git@localhost: | ||
| + | git push origin master --set-upstream | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||