Project

General

Profile

Actions

REDMINE GIT » History » Revision 11

« Previous | Revision 11/13 (diff) | Next »
Frédéric Blanc, 2024-10-22 12:50


REDMINE GIT

REDMINE

Textile Formatting

https://www.redmine.org/projects/redmine/wiki/RedmineTextFormattingTextile

Dépôt

GIT

Commande git Linux

Initialisation d’un dépôt Git dans un répertoire existant

git init

vérifier

git status

mettre a jour

git add *
git commit -m "changement" 
git push origin master

Rapatrier et intégrer un autre dépôt ou une branche locale

git pull

si erreur type Veuillez valider ou remiser vos modifications avant la fusion.

git checkout .

TortoiseGit

TortoiseGit est un client du logiciel de gestion de versions Git, implémenté comme une extension shell de Windows. C'est un logiciel libre diffusé sous licence publique générale GNU.
http://marc.chevaldonne.free.fr/ens_rech/DocumentsDivers_files/Quick%20Guide%20Git%20TortoiseGit.pdf

Updated by Frédéric Blanc 2 months ago · 13 revisions