diff --git a/Code-Management/Git/main.md b/Code-Management/Git/main.md index a2e9d62..0faeaae 100644 --- a/Code-Management/Git/main.md +++ b/Code-Management/Git/main.md @@ -204,23 +204,23 @@ git revert HEAD ```bash git revert ``` - +show all branches ```bash git branch ``` - +show all branches but with datails ```bash git branch -v ``` - +delete target branch ```bash git branch -d ``` - +swith on target branch ```bash git checkout ``` - +create branch and switch on it ```bash git checkout -b ```