informatique:linux:git
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| informatique:linux:git [2020/04/30 14:14] – created didzkovitchz | informatique:linux:git [2020/06/16 14:00] (current) – didzkovitchz | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| git init | git init | ||
| + | Pour voir l' | ||
| + | < | ||
| + | $(ANSIBLE_GALAXY) install -r roles/ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | toujours faire un "git pull" avant de commencer quoi que ce soit le matin | ||
| + | attention à la branche, ne jamais commit dans la branche master | ||
| + | |||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | |||
| + | git config --global user.email " | ||
| + | git config --global user.name " | ||
| + | git config --global credential.helper wincred | ||
| + | git config --global http.sslVerify false | ||
| + | |||
| + | |||
| + | cp -r `ls -Ad ../ | ||
| + | |||
| + | git -c http.sslVerify=false clone | ||
| + | |||
| + | git config -l | ||
| + | |||
| + | git checkout -b develop | ||
| + | git push origin develop -u | ||
| + | |||
| + | si pas -u : git push --set-upstream origin develop | ||
| + | |||
| + | git branch -a | ||
| + | |||
| + | |||
| + | git config --local remote.origin.url " | ||
| + | |||
| + | -- | ||
| + | cd antivirus-client-win/ | ||
| + | git config --local remote.origin.url " | ||
| + | git config -l | ||
| + | git checkout -b develop | ||
| + | git push origin develop -u | ||
| + | cp -r `ls -Ad ../ | ||
| + | cp ../ | ||
| + | git status | ||
| + | git add README.md .yamllint | ||
| + | git add defaults meta tasks | ||
| + | git status | ||
| + | git commit -m "copie des fichiers et dossiers gitlab dea" | ||
| + | |||
| + | git push | ||
| + | -- | ||
| + | </ | ||
| + | |||
| + | {{tag> | ||
informatique/linux/git.1588248879.txt.gz · Last modified: 2020/04/30 14:14 by didzkovitchz
