Переглянути джерело

stackof solution2

undefined
Nemeth Arpad 4 роки тому
коміт
37cc1404b5
2 змінених файлів з 15 додано та 0 видалено
  1. +15
    -0
      test.txt
  2. +0
    -0
      test2.txt

+ 15
- 0
test.txt Переглянути файл

@@ -0,0 +1,15 @@
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxyyyyy

zzzzzzzzzz

ssss

git checkout --orphan newBranch
git add -A # Add all files and commit them
git commit -m 'stackof solution2'
git branch -D master # Deletes the master branch
git branch -m master # Rename the current branch to master
git push -f origin master # Force push master branch to github
git gc --aggressive --prune=all # remove the old files




Завантаження…
Відмінити
Зберегти