mirror of
https://github.com/flancian/garden.git
synced 2026-08-06 22:46:19 +00:00
Auto: misc.
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
- [[pull]] [[weekend 17]]
|
||||
- [[snapshot]]
|
||||
- [[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