mirror of
https://github.com/BreizhHardware/cours-ISEN-MD.git
synced 2026-01-18 16:47:24 +01:00
Obisidian vault auto-backup: 14-01-2026 11:05:37 on . 2 files edited
This commit is contained in:
2
.obsidian/workspace.json
vendored
2
.obsidian/workspace.json
vendored
@@ -14,7 +14,7 @@
|
|||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "ISEN/Cloud Computing/CIPA4/Cloud Computing Cours 3.md",
|
"file": "ISEN/Cloud Computing/CIPA4/Cloud Computing Cours 3.md",
|
||||||
"mode": "source",
|
"mode": "preview",
|
||||||
"source": false,
|
"source": false,
|
||||||
"backlinks": true,
|
"backlinks": true,
|
||||||
"backlinkOpts": {
|
"backlinkOpts": {
|
||||||
|
|||||||
@@ -26,3 +26,19 @@
|
|||||||
## Rebase branch
|
## Rebase branch
|
||||||

|

|
||||||
|
|
||||||
|
## 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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user