mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 23:16:21 +00:00
Auto: misc.
This commit is contained in:
@@ -4,3 +4,5 @@
|
|||||||
- [[snapshot]]
|
- [[snapshot]]
|
||||||
- [[how many tabs do you have open?]]
|
- [[how many tabs do you have open?]]
|
||||||
- [[flancian feedback]]
|
- [[flancian feedback]]
|
||||||
|
- [[git]]
|
||||||
|
- [[push an existing repository to a new remote]]
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# push an existing repository to a new remote
|
||||||
|
|
||||||
|
- first [[commit]]
|
||||||
|
- then:
|
||||||
|
|
||||||
|
```
|
||||||
|
git remote add origin git@example.org:username/repo.git
|
||||||
|
git branch -M main
|
||||||
|
git push -u origin main
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user