Removed mklink for git
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user