Skip to content

Instantly share code, notes, and snippets.

@justinehell
Created May 26, 2020 10:09
Show Gist options
  • Save justinehell/16387b23474b9ca6eb08d0250e58d546 to your computer and use it in GitHub Desktop.
Save justinehell/16387b23474b9ca6eb08d0250e58d546 to your computer and use it in GitHub Desktop.
02 - GitHub et Git : les fondamentaux
justine@justine-K75VM:~/sharezza-social$ git add index.html
justine@justine-K75VM:~/sharezza-social$ git commit -m "Add Body title <h2>"
[master 62d4065] Add Body title <h2>
1 file changed, 1 insertion(+)
justine@justine-K75VM:~/sharezza-social$ git push origin master
Username for 'https://github.com': justinehell
Password for 'https://justinehell@github.com':
Énumération des objets: 5, fait.
Décompte des objets: 100% (5/5), fait.
Compression par delta en utilisant jusqu'à 4 fils d'exécution
Compression des objets: 100% (3/3), fait.
Écriture des objets: 100% (3/3), 334 octets | 334.00 Kio/s, fait.
Total 3 (delta 1), réutilisés 0 (delta 0)
remote: Resolving deltas: 100% (1/1), completed with 1 local object.
To https://github.com/justinehell/sharezza-social.git
4050f3f..62d4065 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment