dev:notes:git
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dev:notes:git [2015/01/29 18:28] – [Clone repository with submodules on a remote branch] redox | dev:notes:git [2023/11/24 21:55] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| git clone --recursive git@theserver:/ | git clone --recursive git@theserver:/ | ||
| - | | + | |
| ## Update submodules | ## Update submodules | ||
| git submodule update --remote | git submodule update --remote | ||
| + | |||
| + | |||
| + | ## Clone repos, switch to remote branch | ||
| + | |||
| + | git clone git@theserver:/ | ||
| + | git checkout -b thebranch origin/ | ||
| + | or | ||
| + | git clone git@theserver:/ | ||
| + | git fetch origin | ||
| + | git checkout thebranch | ||
| + | |||
/home/share/www/redox.ws/wiki/data/attic/dev/notes/git.1422556128.txt.gz · Last modified: 2023/11/24 21:55 (external edit)