Giter Site home page Giter Site logo

demogit's Introduction

DemoGit

:octocat:This project will be delete soon.🐱 ????

GitHub Logo

Nous avons vue plusieurs commandes git comme :

  • init : commande permettant de créer un repository git en local
  • diff : commande pour connaitre la différence de version
  • add : commande permettant d'ajouter un fichier/ dossier pour le commit ensuite
  • commit : commande pour commit les fichiers/dossiers mis avec add
  • branch : commande qui permet de créer une nouvelle branche
  • checkout : commande permettant d'aller dans une branche (checkout -b "nomBranche" pour créer la branche et y accèder directement)
  • log : commande qui affiche un historique des commits
  • status : commande qui permet de voir le status actuel des fichiers
  • merge : commande pour rassembler les commit sur la même branche

Voici d'autre commandes liées à gitHub :

  • push : commande pour mettre en ligne son repository local (-u origin master permet de faire un lien entre les deux)
  • fetch : commande pour récuperer un commit en ligne (besoin de merge ensuite)
  • pull : commande qui fetch et merge en même temps

demogit's People

Contributors

lefebvrev avatar

Stargazers

Guillaume avatar

Watchers

James Cloos avatar Guillaume avatar Kevin M. avatar

demogit's Issues

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.