From 9099cc18aed03fa99a6723a92d4368e956db1e64 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Sun, 10 Nov 2019 18:41:07 +0000 Subject: [PATCH] Update to-git-or-not-to-git.en.md --- subjects/to-git-or-not-to-git.en.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/subjects/to-git-or-not-to-git.en.md b/subjects/to-git-or-not-to-git.en.md index 6970632c..ededa421 100644 --- a/subjects/to-git-or-not-to-git.en.md +++ b/subjects/to-git-or-not-to-git.en.md @@ -5,6 +5,11 @@ Write in a file `to-git-or-not-to-git.sh` the command that isolates your `gitHub id`. Only the numbers will appear. +adapt this command + +```curl -s "https://01.alem.school/api/graphql-engine/v1/graphql" --data '{"query":"{user(where:{githubLogin:{_eq:\"'$USERNAME'\"}}){id}}"}' +``` + ### Usage ```console