Skip to content

GodCed/cloudia_web

Repository files navigation

ClouDIA

Users

Developpers

ClouDIAs' members

    (In alphabetical order)
  • Cédric
  • Danick
  • Donavan
  • Julie (CEO)
  • ...

Commands git (quick help or debug)

Technique if you do it wrong => see below (allow to recovery to old commit version)
git reset –soft HEAD~1 
git add –A
git commit –m 
git push
git pull
git push

If you delete the branch... rewrite on the branch... we still git fsck --full --no-reflogs --unreachable --lost-found ls -1 .git/lost-found/commit/ | xargs -n 1 git log -n 1 --pretty=oneline git checkout -b branch-name SHA

git init Commande de base : git init

git clone Commande de base : git clone

git add Commande de base : git add git add . : ajout de nouveaux fichiers sans suppression git add -u : ajout de fichiers modifiés et supprimés (sans nouveau ajout) git add -A : ajout des fichiers (raccourci de git add .; git add –u)

git branch Commande de base : git branch git branch : ajout d’une branche git branch –d : ne plus regarder cette branche git branch –D : force la suppression de la branche git branch –m : renomme la branche sur laquelle je suis git branch –a : liste les branches locales et les branches suivi à distance

git checkout Commande de base : git checkout git checkout : regarde si la branche a été créer avec git branch et change git checkout –b : créer une nouvelle branche si n’existe pas déjà git

git merge Commande de base : git merge git merge : merge la branche spécifier à celle actuelle git merge –no-ff : générer un merge commit (on peut avoir une trace) git

git pull Commande de base : git pull git pull --rebase origin master : option --rebase déplace tous les commit à la branche spéficier git status git

git rebase Commande de base : git rebase git rebase --continue git rebase : pour revenir à la dernière exécution de la commande git pull –rebase

git push Commande de base : git push git push origin : ... git push origin -f : ... git push -u origin : ...

DB_setting.php

This is a file ...

Server configuration

Danick is going to do that soon!

About

Repo for the ClouDIA website code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published