From 27071f632c8e3aa66365663842f5e686034b8818 Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Wed, 14 Aug 2024 16:09:12 +0100 Subject: [PATCH] informative language MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: David Pérez-Suárez --- ch00git/11Miscellany.ipynb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch00git/11Miscellany.ipynb.py b/ch00git/11Miscellany.ipynb.py index f13e56f9..f6470aa3 100644 --- a/ch00git/11Miscellany.ipynb.py +++ b/ch00git/11Miscellany.ipynb.py @@ -59,7 +59,7 @@ # %% attributes={"classes": [" Bash"], "id": ""} jupyter={"outputs_hidden": false} language="bash" # git tag -a v1.0 -m "Release 1.0" -# git push origin --delete v1.0 # clear the tag if it already exists +# git push origin --delete v1.0 # clear the tag if it already exists on the remote origin # git push --tags # %% jupyter={"outputs_hidden": false}