Git Product home page Git Product logo

upssiride---projet-web-l3-stri's Introduction

Projet Web dynamique

A compléter par ex. avec l'URL du site une fois celui-ci hébergé.

Étapes nécessaires à l'utilisation du dépôt Git

Spécification de votre identité Git

git config --global user.name "Prénom Nom"
git config --global user.email "votre adresse de courriel"

(chaque commande sans le dernier argument permet de vérifier chaque paramètre de votre identité)

Spécification de votre éditeur "préféré"

Il s'agit de l'éditeur qui sera lancé pour l'édition des messages de commit (ex. gedit):

git config --global core.editor votre_éditeur

Génération de clé SSH

ssh-keygen -t ed25519 -a 100 -f ~/.ssh/id_ed25519_gitlab_inetdoc_net -C "MY own key for GitLab"

Copie de la clé publique

Il s'agit du contenu du fichier ~/.ssh/id_ed25519_gitlab_inetdoc_net.pub à copier dans le champ Key de la page de votre profil utilisateur

Spécification d'une configuration SSH

Il s'agit d'affecter le numéro de port à utiiser dans le fichier ~/.ssh/config pour les accès Git :

Host gitlab.inetdoc.net
	Port 2148
	User git
	IdentityFile ~/.ssh/id_ed25519_gitlab_inetdoc_net
	IdentitiesOnly yes

Clonage du dépôt

git clone [email protected]:projet-web-dynamique/g2-d/web.git

Conseils d'utilisation

Introduction à GitLab

Vidéo d'introduction à GitLab

upssiride---projet-web-l3-stri's People

Contributors

axlmk avatar ups-stri avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.