Giter Club home page Giter Club logo

testjv's Introduction

rappel: créer un .gitignore dans le dossier "test" (pas à la racine) et le remplir avec https://github.com/github/gitignore/blob/master/Unity.gitignore



les commandes git:

git fetch origin nom_de_la_branche

*récupère une branche du dépot distant

git pull

*récupère la dernière version sur le dépot distant et essaie de la merge avec votre branche courante

git add monFichier / git add *

ajoute les fichiers à la liste de fichiers à sauver dans le prochain commit

git commit -m "un résumé des changements que j'ai fait"

enregistre le dossier de travail EN LOCAL -> pensez à faire souvent des commits, à chaque fos que vous validez une partie du code

git push

pour envoyer votre dossier de travail en l'état sur le dépot distant

Les branches

La branche de base est la branche master

git branch nomDeLaBranche

Pour créer une branche

git checkout nomDeLaBranche

Pour changer de branche

git checkout -b nomDeLaBranche

Pour créer une branche et direct passer dessus

git checkout master (on va sur master)

git merge nomDeLaBranche (merge)

Pour fusionner une branche à master

testjv's People

Contributors

benosse avatar linaabssi avatar koliarams avatar

Watchers

 avatar  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.