add graph command in git tuto

add number increase command in vim tuto
This commit is contained in:
asus
2023-09-21 11:29:56 +02:00
parent 41f70ea9be
commit 2c48a84487
2 changed files with 7 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
**git cherry-pick NAME_OF_BRANCH** it merge a branch into the actual one, but only with the last commit
**git --squash** https://stackoverflow.com/questions/23616706/git-squash-and-merge
**git log --graph** show the graph of the commits with branchs
**git log --graph --date-order** show the graph with the commit in the chronological order
**git log --first-parent master** show all the commits directly on master (or other branch)
**relier dossier sur serveur en local avec git**
**acceder au serveur via ssh :**