geändert: README.md
This commit is contained in:
parent
83c741e662
commit
a0d4d5c1f2
1 changed files with 11 additions and 1 deletions
10
README.md
10
README.md
|
@ -1 +1,11 @@
|
|||
Bei dem Error `fatal: refusing to merge unrelated histories` den Befehl `git pull origin master --allow-unrelated-histories` verwenden und das Problem ist gelöst.
|
||||
|
||||
Der Reponame "main" ist voreingestellt, es gehen auch andere.
|
||||
|
||||
git checkout -b main
|
||||
git add README.md
|
||||
git commit -m "first commit"
|
||||
git remote add origin git@teapot.informationsanarchistik.de:USERNAME/tipps_und_tricks.git
|
||||
git push -u origin main
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue