瀏覽代碼

6400 ones

master
Nemeth Arpad 4 年之前
當前提交
384b7c9cf0
共有 2 個檔案被更改,包括 16 行新增0 行删除
  1. +15
    -0
      test.txt
  2. +1
    -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 '6400 ones'
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



+ 1
- 0
test2.txt
文件差異過大導致無法顯示
查看文件


Loading…
取消
儲存