Lines Matching full:git
16 $ git submodule update --init
40 You will need a git checkout of krb5 at the top level:
42 $ git clone https://github.com/krb5/krb5
48 $ git checkout krb5-1.15.1-final
74 You will need a git checkout of gost-engine at the top level:
76 $ git submodule update --init
97 $ git submodule update --init --recursive
102 $ git pull origin master
104 - Go to root directory, there should be a new git status:
107 $ git status
114 $ git add `<submodule-dir>`
115 $ git commit -m `"Updated <submodule> to latest commit"`
116 $ git push