Changes between Version 16 and Version 17 of notes/git
- Timestamp:
- 2022-01-10T12:06:58Z (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
notes/git
v16 v17 99 99 }}} 100 100 101 === [https://stackoverflow.com/questions/3796927 clone] 102 {{{#!bash 103 git clone --recursive source destination 104 }}} 105 {{{#!bash 106 git clone --recurse-submodules source destination 107 }}} 108 {{{#!bash 109 git clone git://github.com/foo/bar.git 110 cd bar 111 git submodule update --init --recursive 112 }}} 113 101 114 == delete remote tracking branch 102 115 {{{#!bash