Forked from Safia-G/gist:a701fedd41a8742139467595d0573675
Created
July 29, 2016 14:22
-
-
Save cappert/8fac55aa81a22bd754593e57f6da3a01 to your computer and use it in GitHub Desktop.
git shell outline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
safia@safia-ThinkPad-T410:~$ cd Bureau/ | |
safia@safia-ThinkPad-T410:~/Bureau$ ls | |
airbnb defi3 & 4 Formulaire moy.html Nouveau document tirage3 | |
ardoise defi5.html JS multiple.html tirage1 | |
calcul.html exo.html Moyenne.html musique tirage2 | |
safia@safia-ThinkPad-T410:~/Bureau$ git clone [email protected]:Simplon-Safia-G/Tirage.git | |
Clonage dans 'Tirage'... | |
The authenticity of host 'github.com (192.30.253.113)' can't be established. | |
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. | |
Are you sure you want to continue connecting (yes/no)? yes | |
Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts. | |
Permission denied (publickey). | |
fatal: Could not read from remote repository. | |
Please make sure you have the correct access rights | |
and the repository exists. | |
safia@safia-ThinkPad-T410:~/Bureau$ git clone [email protected]:Simplon-Safia-G/simplon.git | |
Clonage dans 'simplon'... | |
Permission denied (publickey). | |
fatal: Could not read from remote repository. | |
Please make sure you have the correct access rights | |
and the repository exists. | |
safia@safia-ThinkPad-T410:~/Bureau$ git clone [email protected]:Simplon-Safia-G/Tirage.git | |
Clonage dans 'Tirage'... | |
warning: Vous semblez avoir cloné un dépôt vide. | |
Vérification de la connectivité... fait. | |
safia@safia-ThinkPad-T410:~/Bureau$ ls | |
airbnb defi3 & 4 Formulaire moy.html Nouveau document tirage2 | |
ardoise defi5.html JS multiple.html Tirage tirage3 | |
calcul.html exo.html Moyenne.html musique tirage1 | |
safia@safia-ThinkPad-T410:~/Bureau$ cd Tirage | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ git status | |
Sur la branche master | |
Validation initiale | |
rien à valider (créez/copiez des fichiers et utilisez "git add" pour les suivre) | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ git remote -v | |
origin [email protected]:Simplon-Safia-G/Tirage.git (fetch) | |
origin [email protected]:Simplon-Safia-G/Tirage.git (push) | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ git branch | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ git branch -a | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ ls -a | |
. .. .git | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ cp ../tirage1/tirage.html . | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ ls | |
tirage.html | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ git status | |
Sur la branche master | |
Validation initiale | |
Fichiers non suivis: | |
(utilisez "git add <fichier>..." pour inclure dans ce qui sera validé) | |
tirage.html | |
aucune modification ajoutée à la validation mais des fichiers non suivis sont présents (utilisez "git add" pour les suivre) | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ git add -A | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ git status | |
Sur la branche master | |
Validation initiale | |
Modifications qui seront validées : | |
(utilisez "git rm --cached <fichier>..." pour désindexer) | |
nouveau fichier : tirage.html | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ git commit | |
[master (commit racine) 1bb50ee] Version 1 | |
1 file changed, 67 insertions(+) | |
create mode 100644 tirage.html | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ git log | |
commit 1bb50eef1dee8bd9b7990b716006661a9cda5d91 | |
Author: Safia <[email protected]> | |
Date: Fri Jul 29 10:21:04 2016 +0200 | |
Version 1 | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ git status | |
Sur la branche master | |
Votre branche est basée sur 'origin/master', mais la branche amont a disparu. | |
(utilisez "git branch --unset-upstream" pour corriger) | |
rien à valider, la copie de travail est propre | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ cp ../tirage2/tiraage.html . | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ ls | |
tiraage.html tirage.html | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ git status | |
Sur la branche master | |
Votre branche est basée sur 'origin/master', mais la branche amont a disparu. | |
(utilisez "git branch --unset-upstream" pour corriger) | |
Fichiers non suivis: | |
(utilisez "git add <fichier>..." pour inclure dans ce qui sera validé) | |
tiraage.html | |
aucune modification ajoutée à la validation mais des fichiers non suivis sont présents (utilisez "git add" pour les suivre) | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ mv tiraage.html tirage.html | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ ls | |
tirage.html | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ less tirage.html | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ git status | |
Sur la branche master | |
Votre branche est basée sur 'origin/master', mais la branche amont a disparu. | |
(utilisez "git branch --unset-upstream" pour corriger) | |
Modifications qui ne seront pas validées : | |
(utilisez "git add <fichier>..." pour mettre à jour ce qui sera validé) | |
(utilisez "git checkout -- <fichier>..." pour annuler les modifications dans la copie de travail) | |
modifié : tirage.html | |
aucune modification n'a été ajoutée à la validation (utilisez "git add" ou "git commit -a") | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ git add -A | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ git commit | |
[master eb6de4d] Version 2 | |
1 file changed, 49 insertions(+), 67 deletions(-) | |
rewrite tirage.html (93%) | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ git log | |
commit eb6de4d8264a063bd5d4692a08312de5763e0895 | |
Author: Safia <[email protected]> | |
Date: Fri Jul 29 10:27:51 2016 +0200 | |
Version 2 | |
commit 1bb50eef1dee8bd9b7990b716006661a9cda5d91 | |
Author: Safia <[email protected]> | |
Date: Fri Jul 29 10:21:04 2016 +0200 | |
Version 1 | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ git push origin master | |
Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts. | |
Décompte des objets: 6, fait. | |
Delta compression using up to 4 threads. | |
Compression des objets: 100% (4/4), fait. | |
Écriture des objets: 100% (6/6), 1.47 KiB | 0 bytes/s, fait. | |
Total 6 (delta 0), reused 0 (delta 0) | |
To [email protected]:Simplon-Safia-G/Tirage.git | |
* [new branch] master -> master | |
safia@safia-ThinkPad-T410:~/Bureau/Tirage$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment