Obisidian vault auto-backup: 14-01-2026 11:05:37 on . 2 files edited

This commit is contained in:
Félix MARQUET
2026-01-14 11:05:37 +01:00
parent 7b29d3f229
commit 3e219192e0
2 changed files with 17 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
"type": "markdown",
"state": {
"file": "ISEN/Cloud Computing/CIPA4/Cloud Computing Cours 3.md",
"mode": "source",
"mode": "preview",
"source": false,
"backlinks": true,
"backlinkOpts": {

View File

@@ -26,3 +26,19 @@
## Rebase branch
![](https://cdn.breizhhardware.fr/FAKA3/lacAmIRI44.png/raw)
## Commit on wrong branch II
```Bash
git log --all
#get commit hash
git reset --hard HEAD~1
git switch new-feature
git cherry-pick hash
ls
nano myapp.txt
git add myapp.txt
git status
git cherry-pick --continue
git merge master
git switch master
git log --oneline --graph --all
```