Skip to content

Instantly share code, notes, and snippets.

@nicovray
Created March 15, 2022 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicovray/5782f37193ad8e40d53d4ab7a49e2e5e to your computer and use it in GitHub Desktop.
Save nicovray/5782f37193ad8e40d53d4ab7a49e2e5e to your computer and use it in GitHub Desktop.
nico@nicubuntu:~/WCS/Git/my-website-oops$ git log --oneline
04cb46c (HEAD -> master) ajout d'un paragraphe
090da94 ajout New Tittle h1
0710653 create index.html
nico@nicubuntu:~/WCS/Git/my-website-oops$ git revert HEAD
[master d8403ac] Revert "ajout d'un paragraphe"
1 file changed, 1 deletion(-)
nico@nicubuntu:~/WCS/Git/my-website-oops$ git log --oneline
d8403ac (HEAD -> master) Revert "ajout d'un paragraphe"
04cb46c ajout d'un paragraphe
090da94 ajout New Tittle h1
0710653 create index.html
nico@nicubuntu:~/WCS/Git/my-website-oops$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment