🔧 More notes, more alias

This commit is contained in:
z3rOR0ne 2024-09-08 08:54:44 -07:00
parent 37f3751598
commit bf70101503
2 changed files with 7 additions and 1 deletions

View file

@ -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>