sherezza
sherezza from Pastebin
Sheree zampino Pastebin Shareaza paste Shereeza ali details Shereeza housain code Shereeza mohammed snippet Sherezade text Sherezada source Sherazzade sharing Sherezade rimsky korsakov script Sherezad
trillat@trillat-Aspire-E1-572G:~/MH28/Github03/sherezza-cops$ git commit -m "création fichier"
[master (commit racine) abc203b] création fichier
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 index.html
trillat@trillat-Aspire-E1-572G:~/MH28/Github03/sherezza-cops$ git log --oneline
abc203b (HEAD -> master) création fichier
trillat@trillat-Aspire-E1-572G:~/MH28/Github03/sherezza-cops$ git add index.htmltrillat@trillat-Aspire-E1-572G:~/MH28/Github03/sherezza-cops$ git commit -m "Deuxième commit"
[master 42fc73a] Deuxième commit
1 file changed, 10 insertions(+)
trillat@trillat-Aspire-E1-572G:~/MH28/Github03/sherezza-cops$ git status
Sur la branche master
rien à valider, la copie de travail est propre
trillat@trillat-Aspire-E1-572G:~/MH28/Github03/sherezza-cops$ git log --oneline
42fc73a (HEAD -> master) Deuxième commit
abc203b création fichier
trillat@trillat-Aspire-E1-572G:~/MH28/Github03/sherezza-cops$ git add index.htmltrillat@trillat-Aspire-E1-572G:~/MH28/Github03/sherezza-cops$ git commit -m "Troisième commit"
[master 0bb7b19] Troisième commit
1 file changed, 2 insertions(+), 2 deletions(-)
trillat@trillat-Aspire-E1-572G:~/MH28/Github03/sherezza-cops$ git status
Sur la branche master
rien à valider, la copie de travail est propre
trillat@trillat-Aspire-E1-572G:~/MH28/Github03/sherezza-cops$ git log --oneline
0bb7b19 (HEAD -> master) Troisième commit
42fc73a Deuxième commit
abc203b création fichier
trillat@trillat-Aspire-E1-572G:~/MH28/Github03/sherezza-cops$ git revert --help
trillat@trillat-Aspire-E1-572G:~/MH28/Github03/sherezza-cops$ git revert HEAD
[master 26aff6b] Revert "Troisième commit"
1 file changed, 2 insertions(+), 2 deletions(-)
trillat@trillat-Aspire-E1-572G:~/MH28/Github03/sherezza-cops$ git log --oneline
26aff6b (HEAD -> master) Revert "Troisième commit"
0bb7b19 Troisième commit
42fc73a Deuxième commit
abc203b création fichier
trillat@trillat-Aspire-E1-572G:~/MH28/Github03/sherezza-cops$