GithubHelp home page GithubHelp logo

git-bash-punk's Introduction

Liste des commandes utilisées

GIT

  • Documentation pour GIT :
  • git clone url : permet de recuperer le repository
  • git remote -v : permet de savoir quel repo on est, le v est pour verbose
  • git status : pour savoir dans quel etat on est
  • git add fichier ou . : des fichier ont etes modifies et on les veut les ajoute
  • git commit -m "message" on agit sur l'ensemble des fichiers
  • git push : on envoye sur le reseau

BASH

  • Les commandes shell bash
  • pwd : print work directory
  • clear : clear the screan
  • ls : list files and directory
  • ls -a : show hidden files and directory
  • mv : move or rename
  • cat : affiche le contenu d'un fichier texte
  • rm -rf dossier/ : HELL supprime tous les fichiers et dossiers du répertoire sans demander confirmation (-f) HELL

VIM

  • :w sauvegarde le fichier
  • :q! quitte le fichier sans sauvegarder
  • :wq ou :x sauve et quitte
  • dd supprime la ligne courante, Ndd supprime les N lignes suivantes
  • p pour coller sur la ligne suivante, P sur la précédente
  • u undo, annule la modification précédente

git-bash-punk's People

Contributors

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