Procházet zdrojové kódy

stackof solution3

undefined
Nemeth Arpad před 4 roky
revize
a992ffdf03
2 změnil soubory, kde provedl 13 přidání a 0 odebrání
  1. +13
    -0
      test.txt
  2. +0
    -0
      test2.txt

+ 13
- 0
test.txt Zobrazit soubor

@@ -0,0 +1,13 @@
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

+ 0
- 0
test2.txt Zobrazit soubor


Načítá se…
Zrušit
Uložit