Funigo
Météo Paris
Temp:
-
°C
Nuages:
-
%
Pluie:
-
mm
Météo Tokyo
Temp:
-
°C
Nuages:
-
%
Pluie:
-
mm
Taux de Change
1 EUR
=
-
JPY
Heure Paris
--:--
Heure Tokyo
--:--
Accueil
ホーム
Liste des articles du note_tech
Ajouter un article du note_tech
Modifier un article du note_tech
Modifier l'article : init git
Type de l'article :
Titre de l'article :
Contenu de l'article :
git init hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /var/www/funigo/.git/ ls -ltr /var/www/funigo/.git/ total 32 drwxrwxr-x 2 fred fred 4096 Feb 16 17:40 info drwxrwxr-x 2 fred fred 4096 Feb 16 17:40 hooks -rw-rw-r-- 1 fred fred 73 Feb 16 17:40 description drwxrwxr-x 2 fred fred 4096 Feb 16 17:40 branches drwxrwxr-x 4 fred fred 4096 Feb 16 17:40 refs drwxrwxr-x 4 fred fred 4096 Feb 16 17:40 objects -rw-rw-r-- 1 fred fred 23 Feb 16 17:40 HEAD -rw-rw-r-- 1 fred fred 92 Feb 16 17:40 config more /var/www/funigo/.git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/fredrob622/funigo_google_ai.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main git remote -v origin https://github.com/fredrob622/funigo_google_ai.git (fetch) origin https://github.com/fredrob622/funigo_google_ai.git (push) git add * git commit -m "202509141800 avec la documentation mise à jour" git branch -M main git push -u origin main git log --oneline
Ajouter le nom du fichier image
Ajouter le nom du fichier à ouvrir
Enregistrer les modifications
Annuler