tuto connection ssh

+ tuto git create and switch to new branch
+ list sites
This commit is contained in:
hugo gogo
2022-10-02 13:59:18 +02:00
parent 27143d5478
commit 1618f36dca
3 changed files with 14 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
**git branch** lists all a git project's branches
**git branch branch_name** creates a new branch
**git checkout branch_name** to switch from one branch to another
**git checkout -b branch-name** create and switch to new branch
**git log** shows a list of all previous commits
**git log --summary** show more informations
**git merge branch_name** join file changes from branch_name into current branch