git_infra
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| git_infra [2009/04/05 17:09] – created ionut | git_infra [2009/04/15 15:13] (current) – user.email andrei | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| < | < | ||
| - | Proposed git infrastructure | + | Git repositories |
| - | --------------------------- | + | ------------------------------- |
| Master repositories (ines.ro) | Master repositories (ines.ro) | ||
| - | ------------------- | + | ----------------------------- |
| git:// | git:// | ||
| git:// | git:// | ||
| Mirror repositories (cs.pub.ro) | Mirror repositories (cs.pub.ro) | ||
| - | ------------------- | + | ------------------------------- |
| + | git:// | ||
| + | git:// | ||
| - | Steps to create | + | Steps to create |
| + | -------------------------------------------- | ||
| cd / | cd / | ||
| Line 27: | Line 31: | ||
| git remote update | git remote update | ||
| - | Run daily or weekly a script that execute | + | Run daily or weekly a script that executes |
| dirs. | dirs. | ||
| Line 62: | Line 66: | ||
| git config --global user.name 'Your Name' | git config --global user.name 'Your Name' | ||
| - | git config --global user.name ' | + | git config --global user.email ' |
| git config --global color.diff auto | git config --global color.diff auto | ||
| Line 70: | Line 74: | ||
| 2. Cloning lisa from the git mirror hosted in cs.pub.ro: | 2. Cloning lisa from the git mirror hosted in cs.pub.ro: | ||
| - | git clone git://<cs.pub.ro | + | git clone git://ixlabs.cs.pub.ro/ |
| git submodule init | git submodule init | ||
| Line 76: | Line 80: | ||
| [submodule " | [submodule " | ||
| - | url = git://<cs.pub.ro | + | url = git://ixlabs.cs.pub.ro/ |
| git submodule update | git submodule update | ||
| Line 132: | Line 136: | ||
| repository where you've cloned from (cs.pub.ro mirror): | repository where you've cloned from (cs.pub.ro mirror): | ||
| - | git push ssh://user@<cs pub ro server>/ | + | git push ssh://user@ixlabs.cs.pub.ro/ |
| It's important that your_branch doesn' | It's important that your_branch doesn' | ||
git_infra.1238940576.txt.gz · Last modified: by ionut
