🔧 More notes, more alias
This commit is contained in:
parent
37f3751598
commit
bf70101503
2 changed files with 7 additions and 1 deletions
|
|
@ -144,4 +144,8 @@ git push origin main
|
|||
|
||||
This will revert it back to the previous commit
|
||||
|
||||
## DELETE A LOCAL AND REMOTE BRANCH
|
||||
git branch -d <branch_name>
|
||||
git push <remote_name> :<branch_name>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue