Removed mklink for git

This commit is contained in:
2024-11-06 12:39:13 -07:00
parent a6071a4073
commit 11bb8c848c
263 changed files with 19951 additions and 1508 deletions

View File

@ -1,7 +1,7 @@
---
type: "topic"
created: "2024-01-14T02:18:21.181Z"
updated: "2024-03-31T16:09:07.756Z"
created: 2024-01-14T02:18:21.181Z
type: topic
updated: 2024-07-11T23:03:50.727Z
---
# Git
@ -25,6 +25,7 @@ git push origin :development (Deleting a remote branch)
git diff --name-only
git rebase -i master
git push origin -d branch-name
git remote add gitea http://localhost:3000/brad/brad.git
```
```bash
@ -68,3 +69,8 @@ client_max_body_size 5000m;
```bash
git branch -m master
```
```bash
git rm --cached Adaptation/.kanbn/index.md
git rm -r --cached Phares
```